[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: git-annex: Update to 10.20220525.
From: |
guix-commits |
Subject: |
04/06: gnu: git-annex: Update to 10.20220525. |
Date: |
Sun, 29 May 2022 09:34:02 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 46ed423e286acdd61b8a1325a106a64e9efcfe19
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun May 29 16:31:59 2022 +0300
gnu: git-annex: Update to 10.20220525.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20220525.
---
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 5579ef58ea..572e9a062f 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -304,14 +304,14 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "10.20220504")
+ (version "10.20220525")
(source
(origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
"git-annex/git-annex-" version ".tar.gz"))
(sha256
- (base32 "10pp58b7glwi1yckrij49d1iq99pc4dpkkbkb1qqiif9dr9672f3"))))
+ (base32 "1nrwa4qm3xkr11x0b0c1mx052zhd7lz9w97xf0ycdkhsyc6vbiy6"))))
(build-system haskell-build-system)
(arguments
`(#:configure-flags
- branch master updated (69af8a6837 -> 9cd22702b8), guix-commits, 2022/05/29
- 01/06: gnu: wgetpaste: Add missing input., guix-commits, 2022/05/29
- 02/06: gnu: wgetpaste: Remove trailing #t from phases., guix-commits, 2022/05/29
- 06/06: gnu: wget: Update to 1.21.3., guix-commits, 2022/05/29
- 04/06: gnu: git-annex: Update to 10.20220525.,
guix-commits <=
- 03/06: gnu: nmap: Honor tests? flag., guix-commits, 2022/05/29
- 05/06: gnu: mutt: Update to 2.2.5., guix-commits, 2022/05/29