[PATCH] gnu: xfwm4: Update to 4.16.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal

Debbugs page

Michael Rohleder wrote 4 years ago
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20210114234455.9412-1-mike@rohleder.de
* gnu/packages/xfce.scm (xfwm4): Update to 4.16.1.
---
gnu/packages/xfce.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index a5c9482c01..b64388a913 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -819,7 +819,7 @@ and import the new pictures from your camera.")
(define-public xfwm4
(package
(name "xfwm4")
- (version "4.16.0")
+ (version "4.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -827,7 +827,7 @@ and import the new pictures from your camera.")
"xfwm4-" version ".tar.bz2"))
(sha256
(base32
- "1czyy4vck4yh6bbxyk6f15mvzv3ndrhabc2k2zyynv5npghyl8hy"))))
+ "133ip28v6j3x4l413d81ixsisf32sa0xzd54n0nn8g6p9fh4rcmm"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.30.0
Ludovic Courtès wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 45877@debbugs.gnu.org)
87o8howmxz.fsf@gnu.org
Michael Rohleder <mike@rohleder.de> skribis:

Toggle quote (2 lines)
> * gnu/packages/xfce.scm (xfwm4): Update to 4.16.1.

Applied!
Michael Rohleder wrote 4 years ago
(address . 45877-done@debbugs.gnu.org)
87v9bwsbqn.fsf@rohleder.de
done with d08a292ad8981e5938c40463a45ab7bced628d63
ty!

--
Let's organize this thing and take all the fun out of it.
-----BEGIN PGP SIGNATURE-----

iQFFBAEBCAAvFiEEdV4t5dDVhcUueCgwfHr/vv7yyyUFAmADdpARHG1pa2VAcm9o
bGVkZXIuZGUACgkQfHr/vv7yyyXGLggAo5QpjgksfntR7l2vcss5PGg6AqVV9RYz
hCQB2chp8Jdget+/BSyXgw4+UkQhjfwszTF9mGvPeNY5Ua/IEFlW2iwhCWtKQnO8
Gtp60udvigZfGN75DDKq3Z4DmCM+hHR8123H02T9PGPr8TS9lzKbhNSnc9XhVM8s
AbdM8CbkLTMGql9T1u1nDJJ1JON5zuwh4j74rJ7p4ZqUJsTR+0yD8+HjUy62K0qw
kKRHkg61xErP8jIDnlgViQsQJtJ4Wa8dqFK8TUxP8BwjfzdhQYb5LohNCEwcGBbr
s10YiM3j71tj/9DdwEqeI4ApEf5pffgNBTyUsYez1AW/sZqkHTBCPQ==
=psVI
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

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