guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1e37255969f743b503c5252d2a2bbbc3276f618e
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Mon Jul 21 16:42:10 2025 +0900

    gnu: sdbus-c++: Update to 2.1.0.
    
    * gnu/packages/glib.scm (sdbus-c++): Update to 2.1.0.
    [native-inputs]: Replace googletest with googletest-1.17.
    
    Change-Id: I97d61f1cef213598c526181bb77d08ef3add6c6c
---
 gnu/packages/glib.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index dee0171bb6..3a17be61f7 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -1304,7 +1304,7 @@ Some codes examples can be find at:
 (define-public sdbus-c++
   (package
     (name "sdbus-c++")
-    (version "2.0.0")
+    (version "2.1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1313,7 +1313,7 @@ Some codes examples can be find at:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1s6vhzln0rvac2r3v8nq08hsjhyz3y46fsy18i23ppjm30apkiav"))))
+                "1rnrc196kr2byypbh8lc6r9p590183knnza5n75l587v39ndly16"))))
     (build-system cmake-build-system)
     (arguments
      (list
@@ -1330,7 +1330,7 @@ Some codes examples can be find at:
             (lambda _
               (substitute* "tests/CMakeLists.txt"
                 (("/etc/dbus-1/system.d") "/tmp")))))))
-    (native-inputs (list googletest pkg-config))
+    (native-inputs (list googletest-1.17 pkg-config))
     (inputs (list expat))
     (propagated-inputs (list elogind)) ;required by sdbus-c++.pc
     (home-page "https://github.com/Kistler-Group/sdbus-cpp";)

Reply via email to