[PATCH] gnu: mousepad: Update to 0.5.5.

  • 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)
20210512125649.19899-1-mike@rohleder.de
* gnu/packages/xfce.scm (mousepad): Update to 0.5.5.
---
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 7711b567ca..57fee59bc9 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1243,7 +1243,7 @@ of data to either CD/DVD/BD.")
(define-public mousepad
(package
(name "mousepad")
- (version "0.5.4")
+ (version "0.5.5")
(source (origin
(method url-fetch)
(uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
@@ -1251,7 +1251,7 @@ of data to either CD/DVD/BD.")
version ".tar.bz2"))
(sha256
(base32
- "189aljqgkrspqk9498izgvssw08pgkyvf7hc7ddmzfhcblp4j3yr"))))
+ "1qdbch7g8ppwn1rsm8nq9rbvabvx02lvn3dxb45ga3g1w005zhs0"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '(;; Use the GSettings keyfile backend rather than
--
2.31.1
Efraim Flashner wrote 4 years ago
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 48378-done@debbugs.gnu.org)
YKAqDnAeYL+cPor+@3900XT
Patch pushed. Thanks!

--
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-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmCgKg4ACgkQQarn3Mo9
g1FkDRAAiWlVba0d5Wsh+YYUx8A3BeONjxGEI86pGAy41xhg93vjXFTNciPK1IAu
fgumq6vcO+pVgF/q+3nYsatO1XNUMToFCQDRhQ3UMyq6BL1gXzxLVRwStDm7hGez
/E1J6yk38myoL0RktM1UKdZ+fEwkm1QXlgdEHLnSej81YEAFl8RNmskNBDywuZTM
SMA+AaqfJayd01KETqF60wyCNBLAJdM/gu3qms2elpfrXz2Bmgbi1T16Ncz/IOzz
UT+YRueOTdSztXO469bbDe+eAosWaozzUqTKTikTZFe/CYMnqg10+cmtDl8gKT8H
u9YJ5i7Qzd/FDUNFXN68JgFsyrW+cQ5y+vt+J3HW7ZDSgqhWLGojHs68S6obtZ+x
+AtLo2WFaH7jFjbk7jh+AQe7VyJuBDRhs/LBXUzfKI5ZnM6cbfxH44IKk9H5ccqE
kyqCjcQz9Zg1HyeGJgO0ib9IGzwOv9NSzK28YpdPRF6WniP/aXY2cTbVVawwagk/
SHVY4uz6tQ4PkwU/HFKMKitbudeXjcEthrje0zlBwyEW/shu48SCfO4u4JVb7UV9
9ke8l72Pa5IcWAyWXBiZq/8sas9xzRKywWSq+Ysx4DJVuOXBBSj4s/bxvo/PrPpn
JZHIVDhHX/sL7Bqo+XMQRJvEfmD/WT7q9OOnYF0OQtVKiH/UvKs=
=Cr95
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

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

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