[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: git-annex: Update to 8.20210330.
From: |
guix-commits |
Subject: |
branch master updated: gnu: git-annex: Update to 8.20210330. |
Date: |
Wed, 31 Mar 2021 11:48:22 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fbc186c gnu: git-annex: Update to 8.20210330.
fbc186c is described below
commit fbc186c1562a7d6513c3c306c044b08d3e857624
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Tue Mar 30 17:12:15 2021 -0400
gnu: git-annex: Update to 8.20210330.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210330.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/haskell-apps.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index d7d5a02..8128c54 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -342,14 +342,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "8.20210310")
+ (version "8.20210330")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1a4pr9z2li3wns1xycz7735nzzsv3cs8milr0q74k5qcqk5f22nx"))))
+ (base32 "07dhxlmnj48drgndcplafc7xhby0w3rks68fz9wsppxan929240p"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: git-annex: Update to 8.20210330.,
guix-commits <=