[PATCH] gnu: icewm: Update to 3.3.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Christopher Baines
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)
20230317070752.20690-1-atai@atai.org
* gnu/packages/wm.scm (icewm): Update to 3.3.2
---
gnu/packages/wm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (28 lines)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 92fd740b40..7dfe228eb7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -744,7 +744,7 @@ (define-public i3lock-fancy
(define-public icewm
(package
(name "icewm")
- (version "3.3.1")
+ (version "3.3.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -752,7 +752,7 @@ (define-public icewm
version "/icewm-" version ".tar.lz"))
(sha256
(base32
- "1m0jl9d2ikwb1s2cpm3q7f73h84mai9y31k8bhsq8y47jbkc6slk"))))
+ "1mp1xl64sin3d4nkh19qmnic1c9qcwf9v7mkzji76pg3mzd823jg"))))
(build-system gnu-build-system)
(native-inputs (list pkg-config))
(inputs (list fontconfig

base-commit: 7001cc68b6d5785a8dd6aa202d4acbb2ea9364e5
prerequisite-patch-id: 8ccc3d58a053ed52f73faa42519945032d47bd22
prerequisite-patch-id: 5e1b5368ea418d4f9e1e5bd9989be437fc2538e8
--
2.39.2
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87v8imp4q3.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * gnu/packages/wm.scm (icewm): Update to 3.3.2
> ---
> gnu/packages/wm.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Andy, I've pushed this to the master branch as
6818843b2bab9f34f7dfe849cddb9a72c60fab9c.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmQhvNRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xe/QQ/+NcHsbAlkB67oZgCypkgmGCJvEzRw8xew
72qU8dtwxu/lQIXgWZbODivssz4xhdIPB/3FVwxOzO+E7R9SXfMP5VSwsSt0u6Py
M5UawudwaJJha9gGIjsEwdMJ+l56Ap645qZUZbFiNQEAA+tsro+zWcjssRDBnZzZ
R4PC9B3qT13onB7ptiigH2xc9ohLYQERi3uY/4AxvPk6ygr+QuyCGmYqnrbYgpe/
T0PYQKbOET7HTovdUpbKZK6Qg9jMujwxvPhLx5XC6qnOtPj85QVffqkztL65W+5g
RIffW5ZAaxtXsQV9eq2jqlZPtXOL1TR1NKk3m4hzzJjsFO5P+jlAcrNdHBwXBzGV
DDboe1LiC+C1CPA95ewB5Izma8Yjt9VZ/kf9xMO2idDAOsw9bLWshcvGfbf4LEc6
Lw0xovhxesJkXHl62Zx1diTczE9R/7YzV106GEyvcrhuyDdHIV+Le3Dwxdl58jEh
HCCCe+ENhK1gYhB36JjmkOHH/v76sMbhr448WVbhQ5haZ/w7s7ugEyYXSgTqt+Lr
a0tAyzFRHFmsabzdCPq+q0Eozcqkv2ZgbddmnLVY04QHE6OhKP4ysNhsvfSOtVx+
YATfgun2Rm1MCrC0EL5oZjn8Kn+3qqkXTXdPPStVTU2mrTd4lBaO4pQmxxDwHau1
dFpwh3/slMw=
=u400
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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