~ruther/guix-local

04ef4c788063d419816c59fc0260b649830a751b — Kyle Meyer 5 years ago eed2c48
gnu: git-annex: Update to 8.20210428.

* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210428.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/haskell-apps.scm
M gnu/packages/haskell-apps.scm => gnu/packages/haskell-apps.scm +2 -2
@@ 342,14 342,14 @@ to @code{cabal repl}).")
(define-public git-annex
  (package
    (name "git-annex")
    (version "8.20210330")
    (version "8.20210428")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://hackage.haskell.org/package/"
                           "git-annex/git-annex-" version ".tar.gz"))
       (sha256
        (base32 "07dhxlmnj48drgndcplafc7xhby0w3rks68fz9wsppxan929240p"))))
        (base32 "0xpvhpnl600874sa392wjfd2yd9s6ps2cq2qfkzyxxf90p9fcwg8"))))
    (build-system haskell-build-system)
    (arguments
     `(#:configure-flags