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

guix_mirror_bot pushed a commit to branch next-master
in repository guix.

The following commit(s) were added to refs/heads/next-master by this push:
     new 1b911fbb1f gnu: swappy: Update to 1.8.0.
1b911fbb1f is described below

commit 1b911fbb1fe2f93a5d2ab68e10008a1c7fec3517
Author: Julian Flake <[email protected]>
AuthorDate: Tue Jan 13 17:01:16 2026 +0100

    gnu: swappy: Update to 1.8.0.
    
    * gnu/packages/image.scm (swappy): Update to 1.8.0.
    
    Change-Id: I3a094641c61f5dd2d4a551cb19dbf62f6af1f88b
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/image.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index 4d58820552..f608fd9bf8 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -2297,7 +2297,7 @@ Features:
 (define-public swappy
   (package
     (name "swappy")
-    (version "1.5.1")
+    (version "1.8.0")
     (source
      (origin
        (method git-fetch)
@@ -2306,7 +2306,7 @@ Features:
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0fh85brivyz9knby9cda4jd1kw6kkxzbqz9rf2y8i5q8vz5yywzx"))))
+        (base32 "0drihlsc193dzffnllpjwhq5n6j7m5pix1wxgnkgp4x3nvmvkxxc"))))
     (build-system meson-build-system)
     (native-inputs
      (list pkg-config scdoc

Reply via email to