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

  • 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)
20211124011520.1427156-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211123.
---
Note: git-annex's build started to fail [*] when Guix's Git was updated to
2.34.0 due to incompatibilities with the Git's new default merge strategy.
This release resolves that issue.

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 5dcf6c1cb2..2a07aa547d 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -316,14 +316,14 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
- (version "8.20211028")
+ (version "8.20211123")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "0bff1bchp60hbslb9yaagvd7hym26w0c3gkkssm7sildwqazwpng"))))
+ (base32 "0i9dhh601axv0b1i56yzn6jnfp160z530fp9pd557kpq4nbvg5kl"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags

base-commit: d48b404cf577cbfcd29b294e193a4db0c3e580b1
--
2.33.1
Efraim Flashner wrote 3 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 52070-done@debbugs.gnu.org)
YaCm73tT2XACpkO3@3900XT
Oh good, the version which makes it work with a newer version of git.

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

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmGgpuwACgkQQarn3Mo9
g1H/Bw//cTFJo8KepkbDbuiyBssLGLjqnQNVJFRCfCGXYu46N8OX/OWRnmDLohib
8tFPBNVS3+Nus/Bvr3z+V7CT56k/SkwfACCY4UhvurZYx1wNuW4NPmioEBFT5a9Q
WVCLYmyFer2GG18PxOlBhiXyCFLjxjuppNhtIoqBOwtCu7KfUiSpp85tjDGUSRBy
qKlPJrUBJsiVyaPIoYsYIzObCeBX9t2gEH3gKBpgeDQI2viTmPAENAIUjpKuwPOo
ZeyvOtlv+UWncko5sjIjwSlmsadS3/gWY25eIVdSkfHthKQKT71HxvGjIAVbIA5R
vrmgZAE1m7ETW/V5O+3EzlExkVlt0YNJ26pjv0KyCQWWVTNOOic6M4xztkP02xoq
pKVneUVoSh6+vjUJB6HvTUTUTqB+Bbev7XkUk3kXUak1i+iqVq+LLa7nUGb3Gh7W
E2BLEcsBeUDG06aqQbOCbOJCBafpcQvgATDe0aWTXOk3P75CbV6pfJFrn1Snv8+H
fKPj9MXRGhXJVI5S0cP43KJYVWZ7Z8HX8XM4ToZDDEoJPLgMHedDPl2aAlTYXozF
HpX3HwDXjbKFoyP+HBmIVJsPfXKdrTQqI5UJNzEbnTZhgOqkc8V0Lei8WgfAPxq9
MH8AC9uIwHhVZsFVd0Ya/8yDCXkfJvGjER7eJeLiuvJPa30jNh0=
=rrCj
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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