[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: ghc-asn1-encoding: Update to 0.9.5.
From: |
Tobias Geerinckx-Rice |
Subject: |
04/07: gnu: ghc-asn1-encoding: Update to 0.9.5. |
Date: |
Fri, 1 Dec 2017 10:10:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c24bfc3d2c74465b5c243e4e0f7d04789f8a784e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Nov 30 17:38:31 2017 +0100
gnu: ghc-asn1-encoding: Update to 0.9.5.
* gnu/packages/haskell-crypto.scm (ghc-asn1-encoding): Update to 0.9.5.
---
gnu/packages/haskell-crypto.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index 9501fb2..c45d23b 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015, 2017 Ricardo Wurmus <address@hidden>
;;; Copyright © 2016 ng0 <address@hidden>
;;; Copyright © 2017 rsiddharth <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -56,7 +57,7 @@ format.")
(define-public ghc-asn1-encoding
(package
(name "ghc-asn1-encoding")
- (version "0.9.3")
+ (version "0.9.5")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -64,7 +65,7 @@ format.")
version ".tar.gz"))
(sha256
(base32
- "01ki5msrpccgdbdiaaa5a9zw0icp1hki4hca8qx6hzlp0rcf1mwh"))))
+ "0adgbamyq0mj1l1hdq4zyyllay714bac1wl0rih3fv1z6vykp1hy"))))
(build-system haskell-build-system)
(inputs
`(("ghc-hourglass" ,ghc-hourglass)
- branch master updated (c7ffbfe -> b59a8fd), Tobias Geerinckx-Rice, 2017/12/01
- 02/07: gnu: ghc-aeson-qq: Update to 0.8.2., Tobias Geerinckx-Rice, 2017/12/01
- 05/07: gnu: ghc-asn1-types: Update to 0.3.2., Tobias Geerinckx-Rice, 2017/12/01
- 06/07: gnu: ghc-blaze-builder: Update to 0.4.0.2., Tobias Geerinckx-Rice, 2017/12/01
- 04/07: gnu: ghc-asn1-encoding: Update to 0.9.5.,
Tobias Geerinckx-Rice <=
- 07/07: gnu: Add mtr., Tobias Geerinckx-Rice, 2017/12/01
- 03/07: gnu: ghc-array: Update to 0.5.2.0., Tobias Geerinckx-Rice, 2017/12/01
- 01/07: gnu: java: Fix several synopses & descriptions., Tobias Geerinckx-Rice, 2017/12/01