[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/07: gnu: git-annex: Update to 10.20230321.
From: |
guix-commits |
Subject: |
01/07: gnu: git-annex: Update to 10.20230321. |
Date: |
Wed, 22 Mar 2023 04:55:01 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 38f58ae0c0175f82c90c9b367d2f724450222e13
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 22 10:31:15 2023 +0200
gnu: git-annex: Update to 10.20230321.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230321.
---
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 84e284d142..df07d95a27 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -294,13 +294,13 @@ to @code{cabal repl}).")
(define-public git-annex
(package
(name "git-annex")
- (version "10.20230227")
+ (version "10.20230321")
(source
(origin
(method url-fetch)
(uri (hackage-uri "git-annex" version))
(sha256
- (base32 "03cnx63gcrza9sshk9fvwq8c2p7cb7hj8h81g5dc1x56syigdpgi"))))
+ (base32 "1lbv0jzfr6knjcqd2ik4k2dw7brsnjmn33qwijpgivnsbf1q0ibz"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments
- branch master updated (31bed61b82 -> 9931e2f1b1), guix-commits, 2023/03/22
- 02/07: gnu: toot: Update to 0.36.0., guix-commits, 2023/03/22
- 03/07: gnu: flatpak: Update to 1.14.4., guix-commits, 2023/03/22
- 05/07: gnu: links: Update to 2.29., guix-commits, 2023/03/22
- 01/07: gnu: git-annex: Update to 10.20230321.,
guix-commits <=
- 07/07: gnu: lagrange: Update to 1.15.5., guix-commits, 2023/03/22
- 04/07: gnu: flatpak: Honor the #:tests? flag., guix-commits, 2023/03/22
- 06/07: gnu: qutebrowser: Update to 2.5.4., guix-commits, 2023/03/22