[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: ghc-filepath-bytestring: Update to 1.4.2.1.6.
From: |
guix-commits |
Subject: |
03/04: gnu: ghc-filepath-bytestring: Update to 1.4.2.1.6. |
Date: |
Wed, 25 Nov 2020 07:43:46 -0500 (EST) |
mothacehe pushed a commit to branch master
in repository guix.
commit e28798057635284e3d53de7da4b6e46072a169ee
Author: Kyle Meyer <kyle@kyleam.com>
AuthorDate: Thu Nov 19 21:45:38 2020 -0500
gnu: ghc-filepath-bytestring: Update to 1.4.2.1.6.
The minimum version of ghc-filepath-bytestring is now 1.4.2.1.4 in the
latest
release of git-annex, the only Guix package that has this library as an
input.
* gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): Update to
1.4.2.1.6.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 5f37ae9..d340df4 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -4440,7 +4440,7 @@ file contents, and more.")
(define-public ghc-filepath-bytestring
(package
(name "ghc-filepath-bytestring")
- (version "1.4.2.1.1")
+ (version "1.4.2.1.6")
(source
(origin
(method url-fetch)
@@ -4449,7 +4449,7 @@ file contents, and more.")
"filepath-bytestring-" version ".tar.gz"))
(sha256
(base32
- "06shdskjj391hb9295slm9gg2rbn5fdq5v6fg0mgn3yl5dv8q5dx"))))
+ "11xrrzdkm5i96dazbz0gi1qp8nnj2lwbnxzwy7f4cnahskz4f4g7"))))
(build-system haskell-build-system)
(native-inputs
`(("ghc-quickcheck" ,ghc-quickcheck)))