mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: git-annex: Update to 10.20250605.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250605. Change-Id: Idad16266d6528096169288a77df39df70eeaf9d8 Reviewed-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e26c089705
commit
11d704f8da
1 changed files with 2 additions and 2 deletions
|
@ -297,7 +297,7 @@ to @code{cabal repl}).")
|
|||
(define-public git-annex
|
||||
(package
|
||||
(name "git-annex")
|
||||
(version "10.20250115")
|
||||
(version "10.20250605")
|
||||
(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 "0xkx7jgfcv6cpdhpjjgpiyqj95jdajzw2hn49bsb03vz8lf9dif9"))))
|
||||
(base32 "1y1q5mh0sglwan40gvwvn87yb5aqvkmizbhz4hsgm4x6d1r1ckvd"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "git-annex")))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue