diff options
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 896271bdde..6b8cce3cfc 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -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 |