rekado pushed a commit to branch master
in repository guix.
commit 9656e6e8628989c865c9f17befc4c5af40d83a60
Author: Ricardo Wurmus <[email protected]>
Date: Mon Feb 12 22:06:21 2018 +0100
gnu: ghc-css-text: Update to 0.1.3.0.
* gnu/packages/haskell-web.scm (ghc-css-text): Update to 0.1.3.0.
---
gnu/packages/haskell-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell-web.scm b/gnu/packages/haskell-web.scm
index e43f20b..bd15a93 100644
--- a/gnu/packages/haskell-web.scm
+++ b/gnu/packages/haskell-web.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Paul van der Walt <[email protected]>
-;;; Copyright © 2015, 2016 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2015, 2016, 2018 Ricardo Wurmus <[email protected]>
;;; Copyright © 2015 Federico Beffa <[email protected]>
;;; Copyright © 2016 Ludovic Courtès <[email protected]>
;;; Copyright © 2017 rsiddharth <[email protected]>
@@ -610,7 +610,7 @@ attacks.")
(define-public ghc-css-text
(package
(name "ghc-css-text")
- (version "0.1.2.1")
+ (version "0.1.3.0")
(source
(origin
(method url-fetch)
@@ -620,7 +620,7 @@ attacks.")
".tar.gz"))
(sha256
(base32
- "1xi1n2f0g8y43p95lynhcg50wxbq7hqfzbfzm7fy8mn7gvd920nw"))))
+ "0ynd9f4hn2sfwqzbsa0y7phmxq8za7jiblpjwx0ry8b372zhgxaz"))))
(build-system haskell-build-system)
(inputs
`(("ghc-text" ,ghc-text)