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

  • 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 3 years ago
(address . guix-patches@gnu.org)
20220507034357.135686-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220504.
---
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 5c351fa981..f7ca3b324f 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -304,14 +304,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "10.20220322")
+ (version "10.20220504")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "107v1c2lw53k25p6snbmxyia3ghd63kj3izvd81d8km9qncv96bv"))))
+ (base32 "10pp58b7glwi1yckrij49d1iq99pc4dpkkbkb1qqiif9dr9672f3"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: ee70ed5bf50e781a6a43985211aa763e28db62b9
--
2.36.0
Efraim Flashner wrote 3 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 55296-done@debbugs.gnu.org)
YnjRcoBMuBx8UvRf@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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmJ40XIACgkQQarn3Mo9
g1Gx3Q//QHAvNyA9AFGCzjoAm63WJ2Ba/LBqiFkK2FDUHwftHHme+yQ4jf/z79aN
+bZKJyy3PvBh7g5BK70MuEVNTImWIle2nl5M6SOAphhDgqyV/L+NiHd9zisfsKK3
BKRSN7JfYnCmv1wuU69klX5nPWCXoWU1Cw6ivVzsjG7wJKqeZpU4krXRtjc9lknl
3akX8e2gwpB/hJdIe1CYZHnjArUM+4I1Z9uPM6eNm3a+JgEqjQcZGdob+aP/GGpj
oK8bzAQdVHVqkni2FGqJ2Zgg+fOOzjVpiw5d7WR0+yiuH+D3X05kKV/oChcYeC9+
hfjGkL53ns0frndpcXJ9B4Q8aSKgzIBg6YQoX7+LNEcqn2mnCsTdTVDeHiR7aSKp
1JhiwYLDTlKsiFow31p3w9hZeQ8zKkM6HglSrdqbwexXxbxBbBOG0sxZOPnh1h4g
TngK2BNc9EKsH4ePKLygDsbImaj9Qu+wHS2+Alqw1HxxYB02adDMP6DGlLbfTeie
ZTbUywWbDVZHd6qSx9clSHslD3ZDEvKlGNIYXJjggt46q3pWY42IAIiuwr8ulJHK
hUHmO9W4gvyPbDXIOEycgV38w1qqa/dBNDiolRVhg09K+iSmoScf4f8kVfrrd8p0
MCmH41AYSs2VqLvbBxORL6f8+roPTGKU9ZgSFCeR/ilk55qQPoA=
=EgeJ
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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