all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64161] [PATCH] gnu: fvwm: Update to 2.7.0.
@ 2023-06-19  5:57 Andy Tai
  2023-06-20 21:32 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-06-19  5:57 UTC (permalink / raw)
  To: 64161; +Cc: Andy Tai

* gnu/packages/fvwm.scm (fvwm): Update to 2.7.0.
---
 gnu/packages/fvwm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fvwm.scm b/gnu/packages/fvwm.scm
index db4cde0eb1..872810c658 100644
--- a/gnu/packages/fvwm.scm
+++ b/gnu/packages/fvwm.scm
@@ -36,7 +36,7 @@ (define-module (gnu packages fvwm)
 (define-public fvwm
   (package
     (name "fvwm")
-    (version "2.6.9")
+    (version "2.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -44,7 +44,7 @@ (define-public fvwm
                     version "/fvwm-" version ".tar.gz"))
               (sha256
                (base32
-                "1bliqcnap7vb3m2rn8wvxyfhbf35h9x34s41fl4301yhrkrlrihv"))))
+                "12s1wgkvrvl8m62gpb2918izfx9ysj7hgn9p00blfi3p1gb6v0k6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases

base-commit: dc90c0807d0a46cdd4b0a2c2b3f9becca9f97285
-- 
2.40.1





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

* [bug#64161] [PATCH] gnu: fvwm: Update to 2.7.0.
  2023-06-19  5:57 [bug#64161] [PATCH] gnu: fvwm: Update to 2.7.0 Andy Tai
@ 2023-06-20 21:32 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-06-20 21:32 UTC (permalink / raw)
  To: Andy Tai; +Cc: 64161-done, 64161

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]


Andy Tai <atai@atai.org> writes:

> * gnu/packages/fvwm.scm (fvwm): Update to 2.7.0.
> ---
>  gnu/packages/fvwm.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
ca833f23bd4839a7d6533df4d963a036711063b0.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-06-20 21:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-19  5:57 [bug#64161] [PATCH] gnu: fvwm: Update to 2.7.0 Andy Tai
2023-06-20 21:32 ` 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.