GNU bug report logs - #78469
[PATCH] gnu: swayimg: Update to 4.0.

Previous Next

Package: guix-patches;

Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>

Date: Sat, 17 May 2025 09:53:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78469 in the body.
You can then email your comments to 78469 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#78469; Package guix-patches. (Sat, 17 May 2025 09:53:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ashish SHUKLA <ashish.is <at> lostca.se>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 17 May 2025 09:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Ashish SHUKLA <ashish.is <at> lostca.se>
To: guix-patches <at> gnu.org
Cc: Ashish SHUKLA <ashish.is <at> lostca.se>
Subject: [PATCH] gnu: swayimg: Update to 4.0.
Date: Sat, 17 May 2025 09:52:21 +0000
* gnu/packages/image-viewers.scm (swayimg): Update to 4.0.
[source] Add file-name.

Change-Id: Ieb3bd7189adbb4c72b29c05bffae0ab502b27b71
---
 gnu/packages/image-viewers.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 3700b757a8..d75452b029 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -122,15 +122,16 @@ (define-module (gnu packages image-viewers)
 (define-public swayimg
   (package
     (name "swayimg")
-    (version "3.6")
+    (version "4.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/artemsen/swayimg")
              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
-        (base32 "15nqb1igikkvrzx3dhyj9msynfpvrnqvql6plqm8fhg10fbimfhd"))))
+        (base32 "1ydy6qi3jkm629gk1lw0ay6ly82z165bfj95v1ix7r1ymm9rljfr"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags '(,(string-append "-Dversion=" version))))

base-commit: d3b495f956c6af359b8987bea524c5aa2d802d44
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#78469; Package guix-patches. (Sat, 17 May 2025 15:21:02 GMT) Full text and rfc822 format available.

Message #8 received at 78469 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Ashish SHUKLA <ashish.is <at> lostca.se>
Cc: 78469 <at> debbugs.gnu.org
Subject: Re: [bug#78469] [PATCH] gnu: swayimg: Update to 4.0.
Date: Sat, 17 May 2025 08:20:28 -0700
Hi Ashish,

Pushed as 38b4a49f1bd.

Thanks,
 -- Ian




bug closed, send any further explanations to 78469 <at> debbugs.gnu.org and Ashish SHUKLA <ashish.is <at> lostca.se> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 17 May 2025 15:21:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 15 Jun 2025 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.