diff options
| author | Lee Thompson <lee.p.thomp@gmail.com> | 2025-01-20 19:34:17 +0000 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2025-01-22 12:41:05 +0200 |
| commit | 53f8435b8febf23b479016dba0ec7c67375049dd (patch) | |
| tree | 6064ae7ef623e7119dae2127cca5a485a57dc922 | |
| parent | 220e323893b28247a348e530ea79f0a93c345a89 (diff) | |
gnu: parinfer-rust-emacs: Update to 0.4.7.
From 06a4fdf0a1215c25a1ccac7afce6e4b9c4b4af64 Mon Sep 17 00:00:00 2001
From: Lee Thompson <lee.p.thomp@gmail.com>
Date: Mon, 20 Jan 2025 19:02:22 +0000
Subject: [PATCH] gnu: parinfer-rust-emacs: Update to 0.4.7.
To: guix--patches@gnu.org
* gnu/packages/text-editors.scm (parinfer-rust-emacs): Update to 0.4.7
Change-Id: Ib35f6eda453b211105cedd8efcfa5c78af888b21
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| -rw-r--r-- | gnu/packages/text-editors.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm index 1fde977dff..94618b994e 100644 --- a/gnu/packages/text-editors.scm +++ b/gnu/packages/text-editors.scm @@ -494,7 +494,7 @@ can load dynamic libraries.") (define-public parinfer-rust-emacs (package (name "parinfer-rust-emacs") - (version "0.4.6") + (version "0.4.7") (source (origin (method git-fetch) @@ -502,7 +502,7 @@ can load dynamic libraries.") (url "https://github.com/justinbarclay/parinfer-rust-emacs") (commit (string-append "v" version)))) (sha256 - (base32 "1v5lcbs1x4f3b428sj9rkjbmfpzyxzny7i0pgdpnr8nyjvpkzns8")) + (base32 "1gay4m6hd893p5m3fayfdqxncg8cg9kw60w5qm8z14p9nxyqb0i5")) (file-name (git-file-name name version)))) (build-system cargo-build-system) (arguments |
