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

  • 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 4 years ago
(address . guix-patches@gnu.org)
20210128005512.31013-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210127.
---
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 19a0fc8a44..a6fb33c31b 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -339,14 +339,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20201127")
+ (version "8.20210127")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "0n9m5ffgbzms0nh9dskrc7vjgwwwi9f9gxyh498wnspf96729zz7"))))
+ (base32 "1hsmaw70lfza1g5j6b9zbwqkkr374m18p7qb4nl952pj42a46vv3"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: 0f20b3fa2050ba6e442e340a204516b9375cd231
--
2.30.0.478.g8a0d178c01
Efraim Flashner wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 46147-done@debbugs.gnu.org)
YBMHj8/D+z4F6TCW@3900XT
Looks good. 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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmATB48ACgkQQarn3Mo9
g1GtzQ/+POxetxHdc4LdUy8Xk1Wca0fwYH1V3nS9SMUANvdoMS3JPAFEdW1hkIm6
886CQy2/HdH8SP9v5F0EDeeYuWs98LumKsQFLApTAvZe5MiDD2XddDBKoWulyPtN
2tPvXKmU9prhvDMgNoDDGXFIC7RWMflTs++Ictu3vCQ3JhEsb6JdXCM+SPzYRhS5
0YED9efF2HlMK4ePFNzJWdGASPxiRSugwopCoSml7ohqn43wcyYoaD9QZU5D+JoC
SnZv5seZW3QmrqxVR61NcVMLSibJazvzDG2NK0ajb/AC2uneoFQFhCuE6LtoiN+c
Dd8ChIg7COalm5WdzSn1v497Ot8hsLcdy3E1cModwxxPrWBSu4wF93zOuuzECpx/
2VoUL0HvEpAsHWbMlqGQgGy/M5oDARX4oheZNLtwiGl01nRZvegVrMyDb8Tqvuar
hQOpqbyc0ARRF4i0/aihDmN3X1RblqspEWwzL2fQq+sw6s0BEn/uLGTPOW74wrnD
nDBdVe0Ir/oJlw/iL+pbNyQ6zK+7FLMjX5Qpg163NZ3+C1k1YTEGU+etOE9Nx5BN
vCtXMZuNKlOf92DZSl24wJ85q6/R7iaveyI92/xx7Rl+k5jW9BnrVmB2sETItsLZ
dCxbldBOeuuIxtjWqESOriZp7g8o3a6AUmEYezWyhL4jGaRFPt0=
=uZuH
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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