[PATCH] gnu: git-remote-gcrypt: Update to 1.5.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 2 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20221023143238.12055-1-mike@rohleder.de
* 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(-)

Toggle diff (24 lines)
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
Efraim Flashner wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 58744-done@debbugs.gnu.org)
Y1lPEXHMUwCu4dPY@3900XT
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
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmNZTxAACgkQQarn3Mo9
g1E6ng/+NOW426tHpmPj8ufH/9kOH4YriGsh6Oo0IoEKy+OLsh9gUxLyTTSz6etU
+e2RJrE5qIfRKIlK6dspKCVBv2xN7nxpEG9uYAtIrmU4N/Sp3+81eEdMrXBlnzRC
m3xe8l1TCbjXBEoSItCEvCKultl0F8ut/xCoLOwCgnKMCYsOHeghAhnzbDBAqC95
nHDDyjNpj1FAAYvwaBPkjttTlLy1BYjaoMYDBk5wfkkYj7jJ590MjOxc1a3ELK//
Z6WJoam1u3T88+vZNK1UIR5raYn/caFfU8LEE68gCvAv8+COzumGM+lFHmmuoJK+
zSLguHh4ATQqaeYYwmSmjRm8vNKvAdEoWSREgXfmr1SJSsg2WFtBVnYXbfkCrqwR
OsHPNNHMciK/txUEp8JzE7AV0bu1qvrbKdM86updIXiNxalTEunJROiXTmMOQWIw
WwWGD5LDCrDOVj71TSvOrlLNm6iN78xuuL0yC6D/LR/ZwfzIm6zv2A4wFxtX4lvq
r8Mtt6alg0vgrT87iJjLBIJH5OoVVY2JHP/Hc2I1JIqTtDIQf4TmJ17uYVrxmkXp
T0R2Rp+rMDda3ySFJG59Qkqvl+4cecLGfjFCqWdpq7Wr4BW41StyWQV/mn7V8KfW
w8fRNib0CGDFDoSMgfVRVwDcy48OJrul7b3aU4G27wMWa3XMC1I=
=neKh
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58744@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58744
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help