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

  • 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 5 years ago
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20191230210218.6808-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191230.
[inputs]: Add ghc-filepath-bytestring, a new dependency for this release.
---
gnu/packages/haskell-apps.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index 91436f9b61..5b5b20cd65 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -270,14 +270,14 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
- (version "7.20191218")
+ (version "7.20191230")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1dy5255x2cx68313p6vchqy5q1l0na8ckf5mkfi080hkhq8vj2q6"))))
+ (base32 "1xsd4vhiv3zkcqjh2pxhbkjx75hcalcc9bpdlfc27wzxsxyrwz12"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
@@ -356,6 +356,7 @@ (define-public git-annex
("ghc-esqueleto" ,ghc-esqueleto)
("ghc-exceptions" ,ghc-exceptions)
("ghc-feed" ,ghc-feed)
+ ("ghc-filepath-bytestring" ,ghc-filepath-bytestring)
("ghc-free" ,ghc-free)
("ghc-hslogger" ,ghc-hslogger)
("ghc-http-client" ,ghc-http-client)
--
2.24.1
Efraim Flashner wrote 5 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 38823-done@debbugs.gnu.org)
20191231093521.GO23018@E5400
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl4LFlkACgkQQarn3Mo9
g1G//xAApAtOCRrjOhEVArqK13SuwcP7CTGW+FCCd7ApOjr8J9vhDZpRj+T13M8Q
VQqLt4sCDH0TAQFv1sGNX1PEUABydQer0nikZukggp071sZXV2+oLtzePNRwG0ap
uAEuAG2fEfw6xm7beP61m6htIb9BFl/6DFVtsDJJ8ug3hL2UKON6xOyCeQCclSAb
z6upElpV5FZs6URMEtoVdKCB3ZcnviYfRGIuC6tXl1P566/OJJdErPiT8teSEqA2
AkrE7SlErPougekN6gw4EQ18kohtt/8IusrLvlcxQezac+F66866FjHuElOhesG6
fFqLiZR1l+Au2r7yx6dDJ+y3yM9l7Oqa/Y1gJNGa3qE/T2ezFky+iyxvFTr+FHuW
5O68utCXqR1o6JIwdWgY5U0mE4LglFq+pYpPxMSZpzE+n/cSZEfAyn9G3nWxmbRc
DNzTmuln/dt7q6ecjIEKErskt33/tAq7nFh0Y0i0WW+jfbhs2PVZFDdN8sCz0fcC
HGnpQZ/boE5ytikJTEBG1iCKnagRccpJ2XLamwsOOK+IS2rGMoTnZq/5ipEzQtIi
wcDx2iuX+NApHPtPayyY224eV2wp7xZ98TgYdPz9O89AAVKJxEM/7mwHuO3P8wkn
bxP05yNC3fui495rpcsUKrYV5qcLdaen6IZH7gUUIRKeOaGsoQw=
=lFAQ
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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