mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-22 09:05:54 +02:00
gnu: git-annex: Update to 10.20250630.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250630. Change-Id: I7a6bf5d8828ff832e4793787fb7bc39587e425b4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
b79100ef61
commit
4f03b88b8e
@@ -297,7 +297,7 @@ to @code{cabal repl}).")
|
||||
(define-public git-annex
|
||||
(package
|
||||
(name "git-annex")
|
||||
(version "10.20250605")
|
||||
(version "10.20250630")
|
||||
(source
|
||||
(origin
|
||||
;; hackage release doesn't include everything needed for extra bits.
|
||||
@@ -307,7 +307,7 @@ to @code{cabal repl}).")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1y1q5mh0sglwan40gvwvn87yb5aqvkmizbhz4hsgm4x6d1r1ckvd"))))
|
||||
(base32 "1livig1x1a929qagisjx33pzmgv38d6fzf11bmy2jfpgvvlk9mfx"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "git-annex")))
|
||||
(arguments
|
||||
|
||||
Reference in New Issue
Block a user