unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74227] [PATCH] gnu: swaybg: Update to 1.2.1.
@ 2024-11-06 14:47 ashish.is--- via Guix-patches via
  2024-11-12 22:56 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: ashish.is--- via Guix-patches via @ 2024-11-06 14:47 UTC (permalink / raw)
  To: 74227; +Cc: Ashish SHUKLA

From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/wm.scm (swaybg): Update to 1.2.1.

Change-Id: Id9dc023f321dbd3c086f4e36e5e8bcf5a784ef2d
---
 gnu/packages/wm.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index b8c47d0317..f81c15ba94 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2066,16 +2066,16 @@ (define-public swaylock-effects
 (define-public swaybg
   (package
     (name "swaybg")
-    (version "1.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/swaywm/swaybg")
-             (commit version)))
+             (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lmqz5bmig90gq2m7lwf02d2g7z4hzf8fhqz78c8vk92c6p4xwbc"))))
+        (base32 "164jzs3sw08x92890bcs0sbfa3vs7l3n08fnrc1zzba42940z5r0"))))
     (build-system meson-build-system)
     (inputs
      (cons* cairo gdk-pixbuf wayland

base-commit: 29f327a358db571ede0c0532dd9cb005a582bb81
-- 
2.47.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-12 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-06 14:47 [bug#74227] [PATCH] gnu: swaybg: Update to 1.2.1 ashish.is--- via Guix-patches via
2024-11-12 22:56 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).