mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: git-annex: Update to 10.20240227.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20240227. Change-Id: I440fbc80f58671cbe515b7b0a1605dabe6fd76e3 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
29a9d0596f
commit
32ac25a19b
1 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ (define-public ghcid
|
|||
(define-public git-annex
|
||||
(package
|
||||
(name "git-annex")
|
||||
(version "10.20230926")
|
||||
(version "10.20240227")
|
||||
(source
|
||||
(origin
|
||||
;; hackage release doesn't include everything needed for extra bits.
|
||||
|
@ -304,7 +304,7 @@ (define-public git-annex
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zsq686b0q7mlkybm1xrc0kpl32ymvf0ybar01p68wx800031b2b"))))
|
||||
(base32 "023gk1v01ks367h4zz67ksn2xaw6pgcfhmniay6ipkncfqv8rsra"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "git-annex")))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue