guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 761c1f7ac040d28068e5894190f9ec0e63e0928f
Author: Ada Stevenson <[email protected]>
AuthorDate: Mon Aug 18 16:19:25 2025 +0800

    gnu: xmlsec: Update to 1.3.7.
    
    * gnu/packages/xml.scm (xmlsec): Update to 1.3.7.
    
    Fixes: guix/guix#2060
    
    Change-Id: I16e25e6037734718a20041ec05ee195faa52de0d
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 ea4fb3a77d..1053a45028 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1210,14 +1210,14 @@ XSL-T processor.  It also performs any necessary 
post-processing.")
 (define-public xmlsec
   (package
     (name "xmlsec")
-    (version "1.2.37")
+    (version "1.3.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.aleksey.com/xmlsec/download/";
                                   "xmlsec1-" version ".tar.gz"))
               (sha256
                (base32
-                "0747w8mnnyawvvzlvhjpkwm3998c7l5f1hjy1gfvsmhydp5zp3az"))))
+                "1shk40mpaqaf05skgyxa7qxgcarjd6i1fadn2sk0b8lakfv96bnq"))))
     (build-system gnu-build-system)
     (propagated-inputs                  ; according to xmlsec1.pc
      (list libxml2 libxslt))

Reply via email to