[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/07: gnu: ghc-asn1-types: Update to 0.3.2.
From: |
Tobias Geerinckx-Rice |
Subject: |
05/07: gnu: ghc-asn1-types: Update to 0.3.2. |
Date: |
Fri, 1 Dec 2017 10:10:13 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 17c3a50dfdf0816660206cf11bd077e4f095a80d
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Nov 30 19:26:57 2017 +0100
gnu: ghc-asn1-types: Update to 0.3.2.
* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.2.
---
gnu/packages/haskell-crypto.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell-crypto.scm b/gnu/packages/haskell-crypto.scm
index c45d23b..f1c9b9f 100644
--- a/gnu/packages/haskell-crypto.scm
+++ b/gnu/packages/haskell-crypto.scm
@@ -34,7 +34,7 @@
(define-public ghc-asn1-types
(package
(name "ghc-asn1-types")
- (version "0.3.1")
+ (version "0.3.2")
(source (origin
(method url-fetch)
(uri (string-append "https://hackage.haskell.org/package/"
@@ -42,7 +42,7 @@
version ".tar.gz"))
(sha256
(base32
- "1iif9yrh4mmj249gyvam0zb2vb3jnlz777gahh2z9sx00dsx9rja"))))
+ "05vjchyqiy9n275cygffhn0ma7fz7jx52j0dcdm9qm8h9bziymqc"))))
(build-system haskell-build-system)
(inputs
`(("ghc-memory" ,ghc-memory)
- 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 <=
- 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, 2017/12/01
- 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