all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 64161@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>
Subject: [bug#64161] [PATCH] gnu: fvwm: Update to 2.7.0.
Date: Sun, 18 Jun 2023 22:57:54 -0700	[thread overview]
Message-ID: <1a75c2372c93a981d2336b50f2dc1fcb39321267.1687154245.git.atai@atai.org> (raw)

* 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





             reply	other threads:[~2023-06-19  5:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-19  5:57 Andy Tai [this message]
2023-06-20 21:32 ` [bug#64161] [PATCH] gnu: fvwm: Update to 2.7.0 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1a75c2372c93a981d2336b50f2dc1fcb39321267.1687154245.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=64161@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.