guix-commits
[Top][All Lists]
Advanced

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

05/13: gnu: pugixml: Update to 1.12.1.


From: guix-commits
Subject: 05/13: gnu: pugixml: Update to 1.12.1.
Date: Sat, 1 Oct 2022 12:10:51 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 16be8d4e7be7aff7d68b2845599842dd7ab30fa4
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Sep 17 21:29:56 2022 +0200

    gnu: pugixml: Update to 1.12.1.
    
    * gnu/packages/xml.scm (pugixml): Update to 1.12.1.
---
 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 42d76bef53..53c3f496d5 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1067,14 +1067,14 @@ the form of functions.")
 (define-public pugixml
   (package
     (name "pugixml")
-    (version "1.11")
+    (version "1.12.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://github.com/zeux/pugixml/releases/download/v";
                           version "/pugixml-" version ".tar.gz"))
       (sha256
-       (base32 "0b5apqiisq8yk51x0cwks4h2m0zd2zgjdy0w80qp9h5rccz3v496"))))
+       (base32 "1ixg6fpr7vhkg9bn2g2qmmwpy974z7nx7zq81whm2h6c36lp3xnw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DBUILD_SHARED_LIBS=ON")



reply via email to

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