[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: git-annex: Update to 8.20201103.
From: |
guix-commits |
Subject: |
branch master updated: gnu: git-annex: Update to 8.20201103. |
Date: |
Sun, 08 Nov 2020 14:31:21 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 458a78b gnu: git-annex: Update to 8.20201103.
458a78b is described below
commit 458a78b927c48c8915a8e76f77373775bd7abe00
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Fri Nov 6 21:04:50 2020 -0500
gnu: git-annex: Update to 8.20201103.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201103.
Signed-off-by: Leo Famulari <leo@famulari.name>
---
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 da1bd21..1339536 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -339,14 +339,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "8.20201007")
+ (version "8.20201103")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "0v11yc4kkxnzvwqry277dpjwlavinrjiagfw0ayhrfwd703j1y8a"))))
+ (base32 "1z9ikpsz3by48yfw87qav5dy7j4k9ky4a7nqnasl15kdm3lav9pl"))))
(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.20201103.,
guix-commits <=