all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [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

* bug#58744: [PATCH] gnu: git-remote-gcrypt: Update to 1.5.
  2022-10-23 14:32 [bug#58744] [PATCH] gnu: git-remote-gcrypt: Update to 1.5 Michael Rohleder
@ 2022-10-26 15:15 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2022-10-26 15:15 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 58744-done

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Looks good to me. Patch pushed!

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[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.