all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6
@ 2024-03-14  6:54 Andy Tai
  2024-03-15  6:32 ` [bug#69793] icewm Feng Shu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andy Tai @ 2024-03-14  6:54 UTC (permalink / raw)
  To: 69793; +Cc: Andy Tai

* gnu/packages/wm.scm (icewm): Update to 3.4.6

Change-Id: Ieff1fc5417cfe164fa7886774e8855fd95248c8f
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index a6f1ecd5c9..2d2d98db84 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -797,7 +797,7 @@ (define-public i3lock-fancy
 (define-public icewm
   (package
     (name "icewm")
-    (version "3.4.5")
+    (version "3.4.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -805,7 +805,7 @@ (define-public icewm
                     version "/icewm-" version ".tar.lz"))
               (sha256
                (base32
-                "1wd5k0whh2b43a72223cy19pwc29fhrhd2dnc61fha2y5ndgw6ld"))))
+                "1j4jd1fim12h8ry7jkx6y298kyn63pabih1m61rljbzvr3lyy1db"))))
     (build-system gnu-build-system)
     (native-inputs (list pkg-config))
     (inputs (list fontconfig

base-commit: 76a3414a1bc500626a9feca013673f994eb51a34
-- 
2.34.1





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

end of thread, other threads:[~2024-03-27 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14  6:54 [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6 Andy Tai
2024-03-15  6:32 ` [bug#69793] icewm Feng Shu
2024-03-25 13:55 ` [bug#69793] [PATCH v2] gnu: icewm: Update to 3.4.6 Andy Tai
2024-03-26 21:19 ` [bug#69793] Andy Tai
2024-03-27 12:59 ` bug#68439: [bug#69793] [PATCH] gnu: icewm: Update to 3.4.6 Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.