This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new ce98de1  gnu: libtasn1: Update to 4.17.0.
ce98de1 is described below

commit ce98de1fed17a937907081fdaaf96d7ac4a77cbc
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu May 13 22:10:35 2021 +0300

    gnu: libtasn1: Update to 4.17.0.
    
    * gnu/packages/tls.scm (libtasn1): Update to 4.17.0.
---
 gnu/packages/tls.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index 56e721c..608a7d0 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2013, 2015 Andreas Enge <[email protected]>
 ;;; Copyright © 2015 David Thompson <[email protected]>
 ;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Leo Famulari 
<[email protected]>
-;;; Copyright © 2016, 2017, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2016, 2017, 2019, 2021 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016, 2017, 2018 Nikita <[email protected]>
 ;;; Copyright © 2016 Hartmut Goebel <[email protected]>
 ;;; Copyright © 2017 Ricardo Wurmus <[email protected]>
@@ -75,7 +75,7 @@
 (define-public libtasn1
   (package
     (name "libtasn1")
-    (version "4.16.0")
+    (version "4.17.0")
     (source
      (origin
       (method url-fetch)
@@ -83,7 +83,7 @@
                           version ".tar.gz"))
       (sha256
        (base32
-        "179jskl7dmfp1rd2khkzmlibzgki4wi6hvmmwfv7q49r728b03qf"))))
+        "19a53i1ajs4dd8nnlr2i6gbzvla84ay71g3y1phvh8krx8f5brzc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--disable-static")))

Reply via email to