[PATCH] gnu: git-crypt: Update to 0.7.0.

  • 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)
20221023143158.12003-1-mike@rohleder.de
* gnu/packages/version-control.scm (git-crypt): Update to 0.7.0.
---
gnu/packages/version-control.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index d8d4a77341..667afd6b4c 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -31,7 +31,7 @@
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2020, 2021, 2022 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
-;;; Copyright © 2020, 2021 Michael Rohleder <mike@rohleder.de>
+;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2021 Greg Hogan <code@greghogan.com>
;;; Copyright © 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Chris Marusich <cmmarusich@gmail.com>
@@ -907,7 +907,7 @@ (define-public libgit2-1.1
(define-public git-crypt
(package
(name "git-crypt")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method git-fetch)
@@ -916,7 +916,7 @@ (define-public git-crypt
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1ba5s0fvmd9hhnfhfsjrm40v0qpxfnwc8vmm55m0k4dryzkzx66q"))))
+ (base32 "0ymk2z0jfyhycia8hg6wbj2g06m163yzqzanfk172cxb13fa8c26"))))
(build-system gnu-build-system)
(inputs
(list git openssl))
--
2.38.0
Efraim Flashner wrote 2 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 58743-done@debbugs.gnu.org)
Y1lPCgZwsGRNgPe/@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-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmNZTwoACgkQQarn3Mo9
g1FJTA/+LD31l2FAE2LBMv7L1VfzB3GhVreay3PwlvwmUuQlrpouxWFk8IDlSrLJ
vKU85KQ0rG/gbafxwGs7fgsNCZNFFhOyJ8zoG4bGcLQl1K6055yLNl7N1t4Lia3o
tgBHRcW4AVvc6XEEh4Ouic8Xwd5CQapjbW+msPdyYnU60cXEYkN+WnWbU1JL6uLv
fPGsU7I+tc/lpotCi5zlKsxsfk/upwYSPefUMVBHWCYTScqghMcypZwe7g3+mz8u
0iMxSwiXr8i2WiYEpT793GqTR3LjaOmHlnuHJK/0MC4itCNEQHisMeuYRxcDdcYI
mFMsW9L1m6laI+OkT+lkjnc3cRzjeViJMXG/pCJ+m3Tem7r+sh/4pcJ3VpxImSPQ
eW7+o09HdAvU3Xqde4MCiCKFpiniEUvFaPc0ZKVNt7cGZ70tQSHezZ+17SnkqOe6
Z5r4ZuqCGI6i7oeBLIrUQuYmu05Wt7hOGOUhrQ8juqKOtaQqKj2avbDMhqfhdMw1
W9/gnJunMFfcCU1T0LNuhzwfr8Vc0fBWNDRSs4mN6xXtl8TbiIYZ/PiV17MODiTt
1rOLwFgEz/2vld9QChfQfgn0LqPZcZQUeWZfVcn3vn7D5LP9OEhZrWFaR/wc4KRO
VWoibUQ2PaS8FxBtnoxNPL4yJXblRatnAZH42i/6NvVHlkEzzWQ=
=llYU
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 58743
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