[PATCH] gnu: git-annex: Update to 7.20191218.

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

Debbugs page

Kyle Meyer wrote 5 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20191219151902.19518-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191218.
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index d5c31cbb0b..91436f9b61 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -270,14 +270,14 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
- (version "7.20191114")
+ (version "7.20191218")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1afrn5g3b80f3n6ncfph6pmf9jdpc7a6ay55k2pmkn96pyv4hfmm"))))
+ (base32 "1dy5255x2cx68313p6vchqy5q1l0na8ckf5mkfi080hkhq8vj2q6"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: a21b88f10cabd94636d72284c5b435ba814f125e
--
2.24.1
Efraim Flashner wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 38671-done@debbugs.gnu.org)
20191222105226.GC1115@E5400
Thanks. 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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl3/SuYACgkQQarn3Mo9
g1ExsRAAsStztsYDkYHZGqGNr21iY5eMveymNNswYsGnvPIhAbN3K99Zcj9PzU3/
sAJp0/4X1VZxdienA+9wuuZW8wAts5sqFU3BQ7ZZfbGD9/mC39EBVntFU9G8DWzW
2nzu9rdP1cjf73Oc+DNPDxWi/HyNh3kC5DfUe9amYPMEPDnao0EF4tMVZIEU+2Ri
LKbfz6ldai3mAFpxA+rU4Z3GpI5emH63HD5TAAxu7kwghXZP1jKZiRUaE3Hzeu5N
WLuihukSOheNlXwfTDxnUI9CbiOJJkIfc3K0bK88MlRiTbHaZL8TYTt0qMy/UKVX
PP5M6Rs3TucbekvKlgH2z8sac3ocaE/Av5oh2tM2loOzG8zE5cgAd0JismFRut0y
qLUfoLpi8GyvMgR3b4Ff5SyyaMR6Kauif0C53qY2+y5aNTJim9ZFbF9zae2RPnZD
6YgRTq6u4p9UHauxx4IYIikF83oUpGLVelUppB3IH2YTJJ/0rjutn508z6RG+ssk
MVyja63nZlil5Zk7ka6WhA3SR39JXPU1dCYoQ06MOdLPiOWfVonl95354GuQTQEq
/MGg0SRsLF7DiBQQUCZD+DsxkZ2FW8OxGHJT384jHH+b77QS0DB9Adxvk8rqQjMk
/sVQPd18NHUiA7PGhJpnwnrRO+48pQwXvszV6TsDaREZPyfJpVw=
=Nc7P
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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