[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/18: gnu: ghc-entropy: Update to 0.4.1.4.
From: |
guix-commits |
Subject: |
01/18: gnu: ghc-entropy: Update to 0.4.1.4. |
Date: |
Mon, 18 Mar 2019 10:07:00 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a8a60101aae017c76281dd8279d37fdff1b0bbcf
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Mar 18 14:16:22 2019 +0100
gnu: ghc-entropy: Update to 0.4.1.4.
* gnu/packages/haskell-crypto.scm (ghc-entropy): Update to 0.4.1.4.
---
gnu/packages/haskell-crypto.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 88a3ea4..f32842d 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2015, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
;;; Copyright © 2016 Nils Gillmann <address@hidden>
;;; Copyright © 2017 rsiddharth <address@hidden>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -357,7 +357,7 @@ are implemented as FFI bindings to efficient code from
zlib.")
(define-public ghc-entropy
(package
(name "ghc-entropy")
- (version "0.4.1.1")
+ (version "0.4.1.4")
(source
(origin
(method url-fetch)
@@ -365,8 +365,7 @@ are implemented as FFI bindings to efficient code from
zlib.")
"entropy-" version "/"
"entropy-" version ".tar.gz"))
(sha256
- (base32
- "1ahz5g148l6sax3dy505na2513i99c7bxix68jja5kbx4f271zcf"))))
+ (base32 "1fgf47l9klwn1xssbcbq6by651vikd8hlfxhiwd5bqzxr1jnlgrf"))))
(build-system haskell-build-system)
(home-page "https://github.com/TomMD/entropy")
(synopsis "Provides platform independent entropy source for Haskell")
- branch master updated (f88bdc5 -> 611a698), guix-commits, 2019/03/18
- 02/18: gnu: ghc-x509: Update to 1.7.5., guix-commits, 2019/03/18
- 01/18: gnu: ghc-entropy: Update to 0.4.1.4.,
guix-commits <=
- 03/18: gnu: ghc-x509-store: Update to 1.6.7., guix-commits, 2019/03/18
- 04/18: gnu: ghc-x509-validation: Update to 1.6.11., guix-commits, 2019/03/18
- 05/18: gnu: ghc-base64-bytestring: Update to 1.0.0.2., guix-commits, 2019/03/18
- 08/18: gnu: gtksourceview: Don't use NAME in source URI., guix-commits, 2019/03/18
- 13/18: gnu: vips: Improve description., guix-commits, 2019/03/18
- 10/18: gnu: toutenclic: Update to 6.13., guix-commits, 2019/03/18
- 09/18: gnu: gtksourceview: Update to 3.24.10., guix-commits, 2019/03/18
- 14/18: gnu: mpop: Don't use NAME in source URI., guix-commits, 2019/03/18
- 11/18: Order (gnu packages scanner) module imports alphabetically., guix-commits, 2019/03/18
- 16/18: gnu: pcmanfm: Don't use NAME in source URI., guix-commits, 2019/03/18