guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: xmlsec: Update to 1.2.25.


From: Tobias Geerinckx-Rice
Subject: 08/08: gnu: xmlsec: Update to 1.2.25.
Date: Fri, 26 Jan 2018 11:41:37 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c5730ffe190ddcab7a40ac989e16cdef1ce6506e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 26 16:47:18 2018 +0100

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

diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 0362359..a093758 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -942,14 +942,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]