samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 0cbe7b7dd16562e0b964353dc6c302d3fd7a0331
Author: Timothy Sample <[email protected]>
Date: Thu Oct 31 01:25:59 2019 -0400
gnu: ghc-auto-update: Update to 0.1.6.
* gnu/packages/haskell-xyz.scm (ghc-auto-update): Update to 0.1.6.
---
gnu/packages/haskell-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index d3f462d..a2b7924 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -518,7 +518,7 @@ from aeson.")
(define-public ghc-auto-update
(package
(name "ghc-auto-update")
- (version "0.1.4")
+ (version "0.1.6")
(source
(origin
(method url-fetch)
@@ -528,7 +528,7 @@ from aeson.")
".tar.gz"))
(sha256
(base32
- "09dlh2alsx2mw5kvj931yhbj0aw7jmly2cm9xbscm2sf098w35jy"))))
+ "1i36xc2i34aync8271x3pv515l3zb53i518dybn8ghqkhzf27q7l"))))
(build-system haskell-build-system)
(home-page "https://github.com/yesodweb/wai")
(synopsis "Efficiently run periodic, on-demand actions")