GNU bug report logs -
#75705
[PATCH] gnu: parinfer-rust-emacs: Update to 0.4.7.
Previous Next
Reported by: Lee Thompson <lee.p.thomp <at> gmail.com>
Date: Mon, 20 Jan 2025 23:31:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[0001-gnu-parinfer-rust-emacs-Update-to-0.4.7.patch (text/x-patch, inline)]
From 06a4fdf0a1215c25a1ccac7afce6e4b9c4b4af64 Mon Sep 17 00:00:00 2001
From: Lee Thompson <lee.p.thomp <at> 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 <at> gnu.org
* gnu/packages/text-editors.scm (parinfer-rust-emacs): Update to 0.4.7
Change-Id: Ib35f6eda453b211105cedd8efcfa5c78af888b21
---
gnu/packages/text-editors.scm | 4 ++--
1 file 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 @@ (define-public parinfer-rust
(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 @@ (define-public parinfer-rust-emacs
(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
--
2.47.1
This bug report was last modified 121 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.