guix-commits
[Top][All Lists]
Advanced

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

08/26: gnu: sdbus-c++: Update to 1.4.0.


From: guix-commits
Subject: 08/26: gnu: sdbus-c++: Update to 1.4.0.
Date: Sat, 4 Nov 2023 02:25:14 -0400 (EDT)

lilyp pushed a commit to branch gnome-team
in repository guix.

commit 2f5ba4dda3ff67e892b04d4db922b7317a3c910d
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Fri Oct 27 19:40:50 2023 +0200

    gnu: sdbus-c++: Update to 1.4.0.
    
    * gnu/packages/glib.scm (sdbus-c++): Update to 1.4.0.
    
    Change-Id: Ied3879a562bfea385ff7f626f35389e380a44a63
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/glib.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 3f70808e3c..e9393dd534 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1256,7 +1256,7 @@ Some codes examples can be find at:
   ;; file.
   (package
     (name "sdbus-c++")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1265,7 +1265,7 @@ Some codes examples can be find at:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "03maivi3nj4g5wcydk9ih703ivmqkc93yip47wlyjni6dhikzzsb"))))
+                "111l2rl0pg9r5cdrhqpac4v22cnq41skxxfk3cng81l0n05v1sh0"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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