From: "ashish.is--- via Guix-patches" via <guix-patches@gnu.org>
To: 74227@debbugs.gnu.org
Cc: Ashish SHUKLA <ashish.is@lostca.se>
Subject: [bug#74227] [PATCH] gnu: swaybg: Update to 1.2.1.
Date: Wed, 6 Nov 2024 15:47:14 +0100 [thread overview]
Message-ID: <cdda30036c4808e460236dfffeb42ea55591e2ec.1730904434.git.ashish.is@lostca.se> (raw)
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
next reply other threads:[~2024-11-06 14:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-06 14:47 ashish.is--- via Guix-patches via [this message]
2024-11-12 22:56 ` [bug#74227] [PATCH] gnu: swaybg: Update to 1.2.1 Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cdda30036c4808e460236dfffeb42ea55591e2ec.1730904434.git.ashish.is@lostca.se \
--to=guix-patches@gnu.org \
--cc=74227@debbugs.gnu.org \
--cc=ashish.is@lostca.se \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).