guix_mirror_bot pushed a commit to branch c++-team
in repository guix.

commit 72cdee2ae7d864489d339dc0535d1d606c53511d
Author: Greg Hogan <[email protected]>
AuthorDate: Fri Jun 27 19:21:07 2025 +0000

    gnu: abseil-cpp: Update to 20250814.1.
    
    * gnu/packages/cpp.scm (abseil-cpp): Update to 20250814.1.
    * gnu/packages/mpd.scm (ashuffle): Update to 3.14.9.
    [arguments]: Add phase to fix dependencies.
    
    Change-Id: I8b3adc08815d75fb2d1b7800ef4de44ccbc8cbe2
---
 gnu/packages/cpp.scm |  4 ++--
 gnu/packages/mpd.scm | 12 +++++++++---
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 2599ba7340..6c63b2d083 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -2143,7 +2143,7 @@ Google's C++ code base.")
     (package
       (inherit base)
       (name "abseil-cpp")
-      (version "20250127.1")
+      (version "20250814.1")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -2152,7 +2152,7 @@ Google's C++ code base.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0r2j360csym12jlgmcy92rgwdmng63shchxvfmln3j5402lv0g21"))
+                  "1wm2271hwy2pnfv9b5iy0y9xvbhiwffdf9i6s3dn89k630wh6928"))
                 (patches
                  (search-patches 
"abseil-cpp-20220623.1-no-kepsilon-i686.patch"))))
       (arguments
diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index 9643990f95..f8341dba55 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -441,7 +441,7 @@ MPD servers, search and multimedia key support.")
 (define-public ashuffle
   (package
     (name "ashuffle")
-    (version "3.13.4")
+    (version "3.14.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -450,7 +450,7 @@ MPD servers, search and multimedia key support.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "09dvar0aglyy2h9y115ymgryd8l6npc2y2ccdzij0b70f47ncqmf"))))
+                "06n0mk8cxsw5ycmzxmvwykz7pf6k67qj5g1l8jjwckn7289ll3ba"))))
     (native-inputs (list pkg-config))
     (inputs
      (list abseil-cpp-cxxstd17
@@ -463,7 +463,13 @@ MPD servers, search and multimedia key support.")
            #~'("-Dtests=enabled"
                "-Dunsupported_use_system_absl=true"
                "-Dunsupported_use_system_gtest=true"
-               "-Dunsupported_use_system_yamlcpp=true")))
+               "-Dunsupported_use_system_yamlcpp=true")
+           #:phases
+           #~(modify-phases %standard-phases
+               (add-after 'unpack 'fix-dependencies
+                 (lambda _
+                   (substitute* "meson.build"
+                     (("'absl_low_level_hash',") "")))))))
     (home-page "https://github.com/joshkunz/ashuffle";)
     (synopsis "Automatic library-wide shuffle for mpd")
     (description "ashuffle is an application for automatically shuffling your

Reply via email to