[PATCH] gnu: exo: Update to 4.16.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • 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)
20210325005233.14200-1-mike@rohleder.de
* gnu/packages/xfce.scm (exo): 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 dc65567835..6286d556e7 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -313,7 +313,7 @@ upstream occasionally.")
(define-public exo
(package
(name "exo")
- (version "4.16.0")
+ (version "4.16.1")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/"
@@ -321,7 +321,7 @@ upstream occasionally.")
"exo-" version ".tar.bz2"))
(sha256
(base32
- "1k5sfm9cmg8k5zzzv0wb2cciqwwklnpfzcpak7wa32lsxl7b0x8r"))))
+ "0fxm2aczzbi0z4y6x24934964y9jg4cl4frvlnjc5zqmccjsr3aj"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
--
2.31.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 47373-done@debbugs.gnu.org)
YFxs/vrs+hKhZRE7@3900XT
Thanks. Patch pushed!

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmBcbP4ACgkQQarn3Mo9
g1FCzRAAuaCrP4cL1nts35BDme2y3VQH+tol5w2D7ty2awnp1BljKMkVUWk7YA67
aA51u6GcvO+sAt42F/yhkEZ+g3n9cnCvIxGu0zEeNb+P+P1+BYv2ewkpapVEIX/7
8bQdAO03dxfsSK1kzQDpSFFeCTcC/3rmgQqwxGEdkuhajaEVYa2+PQgdqvPVy7YM
A42/D+cHuo5+sh/U+lqiD0VCTnaOBEWPlL6SeIoaoYBAiszcg88XOQPdbneg+SAb
MIh76qAWkGgIuq28MyKLMD/SIM2X7xRsZV2TXO0mXrdlT8/szRgyyTpAO+UJz5AP
YiaxUPaMiqul8BXM9wngwz845SOS92JauHpMjdoAx3Xs75eH9QFnmJ9PYrSWG1oE
S9OqvuNZ6yWb2s5gxLEjWG9KtmRH6EY7CR9ynBeGPCZHEo9IuR8EkqsLynKYlquY
afAUTEH+gOFo8qScjNOO0ZpOUNVWQo52nQZlr2ZAfmAANvVeJey/sUntGKuxz7Ox
1logRn37g+ur7dEJrkLtyJLgiYt+tYyvkFFcoh6jTBLm6JxNaSgVM9bX0WBP+Omj
QP5F/WIC/TIdBeut4C9+pUowQdR/i+S0Ah/Nq8lWNjGvLtkD0+CFyMojio+dIM5x
YDoildVrWlBQzce7lWVXms3mVzneSU/LCnOyhu4/5ZnzUfxVe68=
=EMQM
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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