[PATCH] gnu: icewm: Update to 3.3.3

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
20230413062938.22798-1-atai@atai.org
* gnu/packages/wm.scm (icewm): Update to 3.3.3
---
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 a6bca5dee1..ed497cc625 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -745,7 +745,7 @@ (define-public i3lock-fancy
(define-public icewm
(package
(name "icewm")
- (version "3.3.2")
+ (version "3.3.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -753,7 +753,7 @@ (define-public icewm
version "/icewm-" version ".tar.lz"))
(sha256
(base32
- "1mp1xl64sin3d4nkh19qmnic1c9qcwf9v7mkzji76pg3mzd823jg"))))
+ "0wyg7lk65kf03brhzrbk158sr8d5cqny5qcyrwypnzpp0chcff71"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(inputs (list fontconfig

base-commit: 99c468b0647b1042ae4cd5f2d01f1e258235a837
--
2.39.2
Nicolas Goaziou wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)(address . 62810-done@debbugs.gnu.org)
87cz3x4ndm.fsf@nicolasgoaziou.fr
Hello,

Andy Tai <atai@atai.org> writes:

Toggle quote (2 lines)
> * gnu/packages/wm.scm (icewm): Update to 3.3.3

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 62810
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