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

  • 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)
20220627023219.206736-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220624.
---
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 572e9a062f..3591d9d67e 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.20220525")
+ (version "10.20220624")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1nrwa4qm3xkr11x0b0c1mx052zhd7lz9w97xf0ycdkhsyc6vbiy6"))))
+ (base32 "0a17ph8w620fmbwhm4yhdz2pwp0z8g5d4qsw2bg8k1par2n8rnmz"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: 8d0e69624357c0ce9e7c0b0713910a3e35f16226
--
2.36.1
Efraim Flashner wrote 3 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 56246-done@debbugs.gnu.org)
YrsLPVWXIdZJUdaL@3900XT
Lets try closing it with the correct bug number this time :)

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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmK7CzwACgkQQarn3Mo9
g1EoNw/+NB6S/vxD/47MlEKMbhZ7CSHv71BZRV62y/SZSfrewn7m7EEQF1szqCG9
2GEnJrt81TKnaZZBSgmCjvKMlHgYgWvpw7KA+XcPXxJGnZS5KzMc812PC22Uayid
gNFJ+UEUDczWM3hB7ciOIGVpdiHbumQvSfGSiNbuReC/vBNXeHCnE4XPLq620ogL
rftgipYJ81FzAxo0VV9LOxK573XimMU59wX2yl70IATsjxdiVAzOUlRCCNPz0ADn
XAMNIryriRXJq3C5krFsgucOBRY7w6CF8YM3QFiTP9AZDzzBqBhT/6gjIF9D0/Fw
aWlVwwIAo0dRwM3A6c0nhS8Q589waDWCZ1K0tFADlAy5FjdqFSukswXOAlz58p/7
TG7mUxi5ozBEt3NpvqEEhw5GD+V1lqYf2yj8IqsSRglPJHsBzgO9AKnfk0BEfeVB
gvL9tjjRBvGg7kTXRx48+7ZK6KVtvUf3jXO/LhNnUnPZkXEccr5ITXCwiBuYkeMh
lScFj5uaLmrlcFpTsyiLCbI5kS5sfTDv/SXluwnTByCWOTNBeRWIqu5jZj5owY43
7Wux8dEF00HKmy285qQzllBCH6INvtapiPGiFm9ccfgWffNLQJUGhZdD1SZJU9UF
rTbQj7VOhXbmgJxY71qpm7A1ZM9QDc1cCQ83FLFaml6W/NMbVTQ=
=18oK
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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