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

  • 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)
20200203050643.22068-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200202.7.
---
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 5b5b20cd65..767f0c7f99 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.20191230")
+ (version "7.20200202.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1xsd4vhiv3zkcqjh2pxhbkjx75hcalcc9bpdlfc27wzxsxyrwz12"))))
+ (base32 "1dj1ss7kp82wa0ybilhl88q6w49rj70qh61k2q8qfyx4ghliiigh"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: d441a6455051d70d7ff0d951c7e68318499b1739
--
2.25.0
Efraim Flashner wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 39403-done@debbugs.gnu.org)
20200204114016.GF19864@E5400
Looks good. Patch pushed. Thanks!


--
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl45WB8ACgkQQarn3Mo9
g1G1ERAAoTeV/oYEqRXSKlYPeair8halsfSWJb62EZns6SC8DE7Pmqzw5Y9mqkRg
7hOh8V0nolU/nMzktkvAwJhDWLhB/DjeLotWF0AUBWhIt8xY/ecxJnRgYNG/2Q0W
D2c1Yckci4VtD7eERxyZSmBB3gk8drv5Z7L3aRREWyZ9R6fANYYYZElRl49SCp+N
pnY28crBFn5izKWiKLWmAefz/RY5awoMgu0gIW1+/94J87clwW/8pcSATLb7IE/R
sP5L+QC+kHA4QQsWEfQHXRxWa6hPT99beh6BaYWCNucR6WhLiKJ8Nh8LTqFL1FKE
gs+1z4aWmuLRC8UTjxgiMp+HgcF/xDEDloEwdx7PRQXURFHV6J0VJmUiHCikI8Uv
xPXZQAS5AHIr1QMZi841MavyHp48b1AtGS3Yc3JCE7EuiRbCcfMISFstzW20A1sZ
jvQfkrohx3bOehTxrd/oGM0+kHjhMogxrDepEZz+ApHeSGHxZJoS1W5ptT+ik5EX
Zo2BHD3PaZopWWo+to1Be7e978V9r3NW/Xas/zMWRG7FU5NuKdM7ifdwQ8LIzpfr
j4qqOqakyqs4PVfnk1pdwX6DUQjVefn4sQuwMh+CDi4jZgZLXdKOxhTp3uN2CCv9
NiiHdVg6w1334QdVkiPhEINq/TN5JtC5AhBI7SSas9AJgP7k0/Q=
=64/0
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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