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

  • 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)
20220128041426.232183-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220127.
---
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 7f777a0873..3ab2f471f6 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -306,14 +306,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20211231")
+ (version "10.20220127")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "0cpa3rl8vcm0arima8x9m5q0a9r05z0851ibr1vcria2z0mmwmi7"))))
+ (base32 "06s80fa91cnn2r5n6d52lqqp3hpc4ksag82razs7sj19iwixan2w"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: e5dc38d30d42eebc8c15005ed4dee0970205570f
--
2.34.0
Efraim Flashner wrote 3 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 53595-done@debbugs.gnu.org)
YfkeRGOJ7HSwhgJ+@3900XT
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmH5HkEACgkQQarn3Mo9
g1G4nxAAqI5A/LxKgJjZMzMBvyTUQucwkcKZffvorBv3zaymg2Gaf5H7sBIEdUDt
L6Pv73DoBYtkuZxVQn8TQ/TYMMREM1F92bz1uhdPir/fTqPj4GgeHigiUGaOyZyB
HOODW3L78gvq/jPZNskzcNJdeLPw9CqGl3VfqDPFizsJ4eMXLiYszyhx970oYNGy
DdBXGnU1BKu2QLJdpKYSXaq7ny8nSgY6nu7hRq4uk4WNbeAS2sbM+4Y+1mHamG/F
l2ho8eg8+5BUdHVvYZ7rjfSSvd8wFIimW5trKKU/o5xTBHWhfAGr95k2ASn3Cybi
GgyieZjO2YekeVLrXcQ0UvbI+swvMp+7pCG7xFjNj+VajA/C/amfRbz6oQ+g1/5G
1STDd7oQ86u+RccY3fkhbp4PC+e7kRecEuUxmCHiEhm9bgOAYL1c+fNSYjK1OUcJ
rGqegaxWc3G706f0q/joIiswP3419j+mqE0RToJLvc16zEISmHkY39VbNC+H9JHE
6V1OxupV8Um0pH5PgI+r7nsawrcUuimNgCNzgL5j06IKK3fkmGhB1V4EFXBNE3x7
fVxriU/rR7erW7VkuonZX4JXkiny4hu4I6Lie3hC4OG4a/30urSHU74trIhvIQj1
2H9L9AySIijVFmHCO+ZwKtPWpqI6mp4LMSJdz70tZk8pUSaxsLE=
=ZCi9
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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