[PATCH] gnu: fvwm: Update to 2.7.0.

  • 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)
1a75c2372c93a981d2336b50f2dc1fcb39321267.1687154245.git.atai@atai.org
* gnu/packages/fvwm.scm (fvwm): Update to 2.7.0.
---
gnu/packages/fvwm.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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
Christopher Baines wrote 2 years ago
(name . Andy Tai)(address . atai@atai.org)
87pm5pn7k8.fsf@cbaines.net
Andy Tai <atai@atai.org> writes:

Toggle quote (5 lines)
> * 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
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSSGvdfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xcv+xAAto5V3YIMBl5Xi4q/xghkJgRxvNOGiiBp
RZrBokqGfTMxP1MTCMN1beWWIcBoT16Hbcq6iGA5RqM2/kmevjTFml/RPJbM6mtz
38m/wPLfvtAkuaITkWtSRlT79FdaCN4QufM5YFz5rjSr9F3w8IHfMApdwf8/OZQx
WPAQP2wQ5vPJ6jvZteJRPzc2NYzjA9qtm5AO2JEoZHzltQs0zwb6UKmHZSthev7O
UcTCT542TXDEKKF6Xp6rH9zMVrzKxEI4iO/BvYIQMAE2VGwDzbXnTEsJHfouFVY3
fra0va3na/T4q/KIIRxQA2eYiPT61TlBgUbEjkqQL3WN7mAisiM+JlKi7VjFTWCG
8MYAEPjh6/9g/JGcOP/dGlKCuZccmCgjM89chEmW2QLNYXBwXhr75xszRBRWIBHn
ZWHwhraKNDqHARD2weXdGN3LzWnL9pQzPA9fLMc8jf4/SSEiF0q7DKx5HI2vagKE
kPFhdv9GYHulrdUMLGbsiVZhvGre+fLE2j1GHHNa5BF9ghl4HvNvf5bXuxtTL4oW
yEJpcpGWGSO+ePG0es4z3HVC/5JBGjn/vYDWua8trUnbJqxZH0ABZgd+Yf2r6+iR
0z5sybZbQlcbg6Jk/t08Fl64DsrUlA+r2hDd9Q5m74ndj97/I777VfKVPkTnVmzR
H06TjYHXXU0=
=rHkI
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

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