guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xmlsec: Update to 1.2.25.


From: Ludovic Courtès
Subject: 01/03: gnu: xmlsec: Update to 1.2.25.
Date: Tue, 16 Jan 2018 17:42:17 -0500 (EST)

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

commit ed4263fc16981354e48eca28f454aa04bfc8660e
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jan 16 22:02:56 2018 +0100

    gnu: xmlsec: Update to 1.2.25.
    
    * gnu/packages/xml.scm (xmlsec): Update to 1.2.25.
---
 gnu/packages/xml.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index c516f39..40aafcf 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2018 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2013, 2015 Andreas Enge <address@hidden>
 ;;; Copyright © 2015 Eric Bavier <address@hidden>
 ;;; Copyright © 2015 Sou Bunnbu <address@hidden>
@@ -906,14 +906,14 @@ XSL-T processor.  It also performs any necessary 
post-processing.")
 (define-public xmlsec
   (package
     (name "xmlsec")
-    (version "1.2.20")
+    (version "1.2.25")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://www.aleksey.com/xmlsec/download/";
                                  name "1-" version ".tar.gz"))
              (sha256
               (base32
-               "01bkbv2y3x8d1sf4dcln1x3y2jyj391s3208d9a2ndhglly5j89j"))))
+               "1lpwj8dxwhha54sby0v5axjk79h56jnhjjiwiasbbk15vwzahz4n"))))
     (build-system gnu-build-system)
     (propagated-inputs ; according to xmlsec1.pc
      `(("libxml2" ,libxml2)



reply via email to

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