mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: git-annex: Update to 10.20250721.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20250721. Change-Id: I00c77b1ae6794f38037ce3068612dd7c69ea5bcb Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ae3442af3b
commit
452d51c749
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.20250630")
|
||||
(version "10.20250721")
|
||||
(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 "1livig1x1a929qagisjx33pzmgv38d6fzf11bmy2jfpgvvlk9mfx"))))
|
||||
(base32 "1a2g4z9fl90kyl7k6clmc61ma2njnljr4na6jbf04m43qnnr9s5a"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "git-annex")))
|
||||
(arguments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue