[PATCH] gnu: kanshi: Update to 1.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221105035028.24647-1-kiasoc5@disroot.org
* gnu/packages/wm.scm (kanshi): Update to 1.3.0.
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index eedd339c6c..826b6a8f1d 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1828,7 +1828,7 @@ (define-public mako
(define-public kanshi
(package
(name "kanshi")
- (version "1.2.0")
+ (version "1.3.0")
(source
(origin
(method git-fetch)
@@ -1837,7 +1837,7 @@ (define-public kanshi
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "10lxagwc2pkq86g2sxkwljjd39sahp3w1j5yx853d3c4d95iwls5"))))
+ (base32 "0sa8k74d24ijw6ml1yyy75dk763r2sbm7fgk033g5xnx28kd394j"))))
(build-system meson-build-system)
(inputs (list wayland))
(native-inputs (list pkg-config scdoc))

base-commit: a65cd830084b20f95d39f565ea5cd0da8e8b09ad
--
2.38.0
Ludovic Courtès wrote 2 years ago
control message for bug #59040
(address . control@debbugs.gnu.org)
87o7t9pybe.fsf@gnu.org
close 59040
quit
?
Your comment

This issue is archived.

To comment on this conversation send an email to 59040@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 59040
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help