* [bug#58744] [PATCH] gnu: git-remote-gcrypt: Update to 1.5.
@ 2022-10-23 14:32 Michael Rohleder
2022-10-26 15:15 ` bug#58744: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2022-10-23 14:32 UTC (permalink / raw)
To: 58744; +Cc: Michael Rohleder
* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.5.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 667afd6b4c..5b7854ed7f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -960,7 +960,7 @@ (define-public git-crypt
(define-public git-remote-gcrypt
(package
(name "git-remote-gcrypt")
- (version "1.4")
+ (version "1.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -969,7 +969,7 @@ (define-public git-remote-gcrypt
(file-name (git-file-name name version))
(sha256
(base32
- "1x5ca1fi0hyn5w5mnz230x27bqr8j78adnzmlc7cbhzr13q36y5q"))))
+ "1m1wlbqpqyhh2z0ka3gjs5yabd32nnkzw5hak6czcqrhhkfsqbmv"))))
(build-system trivial-build-system)
(arguments
`(#:modules ((guix build utils))
--
2.38.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-26 15:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-23 14:32 [bug#58744] [PATCH] gnu: git-remote-gcrypt: Update to 1.5 Michael Rohleder
2022-10-26 15:15 ` bug#58744: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.