guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: asn1c: Update to 0.9.28.


From: Leo Famulari
Subject: 01/03: gnu: asn1c: Update to 0.9.28.
Date: Wed, 24 May 2017 16:39:04 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit ff7da7e04d4dde9d90c70f1e986c2485df364f7a
Author: Leo Famulari <address@hidden>
Date:   Wed May 24 16:32:09 2017 -0400

    gnu: asn1c: Update to 0.9.28.
    
    * gnu/packages/tls.scm (asn1c): Update to 0.9.28.
---
 gnu/packages/tls.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index ebf9a47..d505340 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -75,14 +75,14 @@ specifications.")
 (define-public asn1c
   (package
     (name "asn1c")
-    (version "0.9.27")
+    (version "0.9.28")
     (source (origin
       (method url-fetch)
       (uri (string-append "https://lionet.info/soft/asn1c-";
                           version ".tar.gz"))
       (sha256
        (base32
-        "17nvn2kzvlryasr9dzqg6gs27b9lvqpval0k31pb64bjqbhn8pq2"))))
+        "1fc64g45ykmv73kdndr4zdm4wxhimhrir4rxnygxvwkych5l81w0"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("perl" ,perl)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]