mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ghc-auto-update: Update to 0.1.4.
* gnu/packages/haskell.scm (ghc-auto-update): Update to 0.1.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b202cc6ed5
commit
a8e5513c26
1 changed files with 2 additions and 2 deletions
|
@ -4109,7 +4109,7 @@ (define-public ghc-base-orphans
|
|||
(define-public ghc-auto-update
|
||||
(package
|
||||
(name "ghc-auto-update")
|
||||
(version "0.1.2.2")
|
||||
(version "0.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4119,7 +4119,7 @@ (define-public ghc-auto-update
|
|||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ns4c5mqhnm7hsiqxf1ivjs5fflyq92b16ldzrcl0p85631h0c3v"))))
|
||||
"09dlh2alsx2mw5kvj931yhbj0aw7jmly2cm9xbscm2sf098w35jy"))))
|
||||
(build-system haskell-build-system)
|
||||
(home-page "https://github.com/yesodweb/wai")
|
||||
(synopsis "Efficiently run periodic, on-demand actions")
|
||||
|
|
Loading…
Reference in a new issue