gnu: git-annex: Update to 10.20230926.

* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230926.
[inputs]: Add ghc-git-lfs.

Change-Id: Ic7a1f246e51df2ff153a630d3ebbb9883b63a2d1
This commit is contained in:
Efraim Flashner 2023-11-19 10:30:33 +02:00
parent 962f6fed43
commit 89a96b338c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -294,7 +294,7 @@ (define-public ghcid
(define-public git-annex
(package
(name "git-annex")
(version "10.20230828")
(version "10.20230926")
(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 "1k13mspwlpw6wwnf0cjlqcy3563kyprc6s5parrmsh07dysff7fi"))))
(base32 "0zsq686b0q7mlkybm1xrc0kpl32ymvf0ybar01p68wx800031b2b"))))
(build-system haskell-build-system)
(properties '((upstream-name . "git-annex")))
(arguments
@ -422,6 +422,7 @@ (define-public git-annex
ghc-feed
ghc-filepath-bytestring
ghc-free
ghc-git-lfs
ghc-hinotify
ghc-http-client
ghc-http-client-tls