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

  • Done
  • quality assurance status badge
Details
2 participants
  • Kyle Meyer
  • Ludovic Courtès
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal
K
K
Kyle Meyer wrote on 10 Oct 2019 23:49
(address . guix-patches@gnu.org)(name . Kyle Meyer)(address . kyle@kyleam.com)
20191010214925.942958-1-kyle@kyleam.com
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191009.
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index e09285d63a..13d228b856 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -245,7 +245,7 @@ (define-public darcs
(define-public git-annex
(package
(name "git-annex")
- (version "7.20190912")
+ (version "7.20191009")
(source
(origin
(method url-fetch)
@@ -253,7 +253,7 @@ (define-public git-annex
"git-annex/git-annex-" version ".tar.gz"))
(sha256
(base32
- "1a3jvl5cx32v78s3015i10cx00jprm1391rpww4mzkk1vskzn9cv"))))
+ "10ycvjl9b3aa81zdz239ngjbbambfjrzds1a23wdlbjkn12nsg4g"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
--
2.23.0
L
L
Ludovic Courtès wrote on 14 Oct 2019 00:04
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 37698-done@debbugs.gnu.org)
87sgnw7153.fsf@gnu.org
Hi,

Kyle Meyer <kyle@kyleam.com> skribis:

Toggle quote (2 lines)
> * gnu/packages/haskell-apps.scm (git-annex): Update to 7.20191009.

Applied, thanks!

Ludo’.
Closed
?