[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: git-annex: Update to 8.20211028.
From: |
guix-commits |
Subject: |
branch master updated: gnu: git-annex: Update to 8.20211028. |
Date: |
Fri, 05 Nov 2021 04:58:39 -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 1ffc0a6 gnu: git-annex: Update to 8.20211028.
1ffc0a6 is described below
commit 1ffc0a6be3c1613b2d99ceea098174d1f11f6f3f
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Thu Nov 4 23:24:08 2021 -0400
gnu: git-annex: Update to 8.20211028.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211028.
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 994214e..faa3b52 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -316,14 +316,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "8.20211011")
+ (version "8.20211028")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "02s7921ihmbndp7lk1nhhiljky02ikq4qax4mhg609qjhbl6piwd"))))
+ (base32 "0bff1bchp60hbslb9yaagvd7hym26w0c3gkkssm7sildwqazwpng"))))
(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.20211028.,
guix-commits <=