[PATCH] gnu: mousepad: Update to 0.5.2.

  • 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)
20210131144002.21076-1-mike@rohleder.de
* gnu/packages/xfce.scm (mousepad): Update to 0.5.2.
---
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 31f6072630..bc5fd9fee6 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1206,7 +1206,7 @@ of data to either CD/DVD/BD.")
(define-public mousepad
(package
(name "mousepad")
- (version "0.5.1")
+ (version "0.5.2")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
@@ -1214,7 +1214,7 @@ of data to either CD/DVD/BD.")
version ".tar.bz2"))
(sha256
(base32
- "10m52yrh89j7xbr299m9f0mqrhqz95lp3qi5zbqd0bg839xjfbix"))))
+ "13pvisqhq5rjrkfdw635z600167920fxqzg1ngvismaf39iwbb9h"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '(;; Use the GSettings keyfile backend rather than
--
2.30.0
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 46211-done@debbugs.gnu.org)
YBcSjKvD9N4MIcKm@3900XT
Looks good. 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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmAXEowACgkQQarn3Mo9
g1GgtRAAmk1/HO9NdENiEIJLfDqUWpog5CfmC5J6VIVljUpJpjA3Te1HbrfT+B7m
9TmJfsuuZIy1wA3Aav2c+hU1HPc8MzuMhkcet1oiZilOlWW29sUhKKd3YMkrYB0f
GM3L8Q6nbMS/QMrtuX+I9YZrbanK/bHeX7oKJ3bDrHhyCWDyukbsB/owoc8gQnvD
sdKvAeTfpW8DRC+Upt/FUWUND3gv/3r7O6KJZzQD1Q0I38PTZnubuf3NSwgZh1cF
KIRWaXP22Ho+xj+58MlsdMMkEtgPETFrb9Fcy7BtVB4QaKviyG5b3CjljjCpQ2UM
gjVTjkoIoGv3m22AejUWz+XG0lMLc11PRx4UjKuPrZROrgZbzKmhHVCDNuwO46PX
aJoqQ6bX0XukLvKRO4OMVF3ntuQeiw9vRXfketgS8sDtWRhMw9w1exToMe4jo3hg
lFM5TMtN/USE27w/fRZUv5CJqHUeq/Pljy/ofco0Mi8bYY64mpl4veR9GYhO9VUe
4T4lAlRmdGHKL9WUuU4vBeXLorYbDJc+wrvd7k+18x9O9yvOTZs0xvuU46BmxQz2
cLO2kBan5IUrBAg9UzgVkC0BZB5NPqr9QCErVyyWSGDSkJe9fZaP7yrhLPbIN9Ap
526ZQpAwZxuHRlVknz3P/ScbHDK8+gnYpYJtQSf94rV0KNy7rdk=
=LYCL
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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