guix-commits
[Top][All Lists]
Advanced

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

01/12: gnu: xmlsec: Update to 1.2.28.


From: guix-commits
Subject: 01/12: gnu: xmlsec: Update to 1.2.28.
Date: Thu, 18 Apr 2019 19:48:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e6d782621a7a00bb830c8df92e588321646f34e0
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 16 23:51:43 2019 +0200

    gnu: xmlsec: Update to 1.2.28.
    
    * gnu/packages/xml.scm (xmlsec): Update to 1.2.28.
---
 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 f739f20..6ae9cd6 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -929,14 +929,14 @@ XSL-T processor.  It also performs any necessary 
post-processing.")
 (define-public xmlsec
   (package
     (name "xmlsec")
-    (version "1.2.27")
+    (version "1.2.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.aleksey.com/xmlsec/download/";
                                   "xmlsec1-" version ".tar.gz"))
               (sha256
                (base32
-                "1dlf263mvxj9n4lnhhjawc2hv45agrwjf8kxk7k8h9g9v2x5dmwp"))))
+                "1m12caglhyx08g8lh2sl3nkldlpryzdx2d572q73y3m33s0w9vhk"))))
     (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]