mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: ghc-git-lfs: Update to 1.2.5.
* gnu/packages/haskell-xyz.scm (ghc-git-lfs): Update to 1.2.5. Change-Id: I5a9f51781265985597023168064fbfd5614a146d Reviewed-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
c099efbf59
commit
e26c089705
1 changed files with 2 additions and 2 deletions
|
|
@ -16016,13 +16016,13 @@ highlighting and display the results in Brick-based interfaces.")
|
|||
(define-public ghc-git-lfs
|
||||
(package
|
||||
(name "ghc-git-lfs")
|
||||
(version "1.2.0")
|
||||
(version "1.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hackage-uri "git-lfs" version))
|
||||
(sha256
|
||||
(base32 "1iv3s1c7gwmsima9z3rsphjligpnf7h3vc5c96zgq9b71cx81lba"))))
|
||||
(base32 "1lzlz9v05iabpkw09bgxxv4nj5yk7a0vzg6rx0kr0qrsir8c3jh2"))))
|
||||
(build-system haskell-build-system)
|
||||
(properties '((upstream-name . "git-lfs")))
|
||||
(inputs (list ghc-http-client ghc-http-types ghc-aeson ghc-network-uri
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue