guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: libxmlb: Update to 0.3.8.


From: guix-commits
Subject: branch master updated: gnu: libxmlb: Update to 0.3.8.
Date: Fri, 08 Apr 2022 23:36:56 -0400

This is an automated email from the git hooks/post-receive script.

vagrantc pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 47b6451eb5 gnu: libxmlb: Update to 0.3.8.
47b6451eb5 is described below

commit 47b6451eb55d74161d6e5899f0079e219cfa8a00
Author: Vagrant Cascadian <vagrant@debian.org>
AuthorDate: Fri Apr 8 20:32:36 2022 -0700

    gnu: libxmlb: Update to 0.3.8.
    
    * gnu/packages/xlm.scm (libxmlb): Update to 0.3.8.
---
 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 49275c3e0c..64092b8d2d 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -88,7 +88,7 @@
 (define-public libxmlb
   (package
     (name "libxmlb")
-    (version "0.1.15")
+    (version "0.3.8")
     (source
      (origin
        (method git-fetch)
@@ -98,7 +98,7 @@
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mb73pnfwqc4mm0lm16yfn0lj495h8hcciprb2v6wgy3ifnnjxib"))))
+        (base32 "0znz2y1ig2kvlda44a3kxa8x7f222nbg50rjz6nlngzka0ccsgxx"))))
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t))



reply via email to

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