[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/10: gnu: git-annex: Update to 8.20201007.
From: |
guix-commits |
Subject: |
07/10: gnu: git-annex: Update to 8.20201007. |
Date: |
Tue, 13 Oct 2020 17:37:24 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 1bf912e58e08c69e74964d8b350537235e13dc39
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Wed Oct 7 16:49:46 2020 -0400
gnu: git-annex: Update to 8.20201007.
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201007.
Signed-off-by: Marius Bakke <marius@gnu.org>
---
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 07bf266..6c1ecb4 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.20200908")
+ (version "8.20201007")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "1113inl10f4m0699ba2zglaqlfqvwhqjkqg6r6m1d5rqv5brswb1"))))
+ (base32 "0v11yc4kkxnzvwqry277dpjwlavinrjiagfw0ayhrfwd703j1y8a"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
- branch master updated (ada061c -> e8c5533), guix-commits, 2020/10/13
- 01/10: gnu: Remove python2-gst., guix-commits, 2020/10/13
- 02/10: gnu: xf86-input-libinput: Update to 0.30.0., guix-commits, 2020/10/13
- 04/10: gnu: Add dex., guix-commits, 2020/10/13
- 06/10: gnu: muchsync: Use pandoc instead of ghc-pandoc., guix-commits, 2020/10/13
- 07/10: gnu: git-annex: Update to 8.20201007.,
guix-commits <=
- 08/10: gnu: Add bindfs., guix-commits, 2020/10/13
- 09/10: gnu: Add python-dictdiffer., guix-commits, 2020/10/13
- 10/10: gnu: Add python-dpath., guix-commits, 2020/10/13
- 05/10: gnu: python-chardet: Enable tests., guix-commits, 2020/10/13
- 03/10: gnu: nmap: Update license., guix-commits, 2020/10/13