all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49883] [PATCH] gnu: mousepad: Update to 0.5.6.
@ 2021-08-04 23:42 Michael Rohleder
  2021-08-05  0:48 ` bug#49883: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2021-08-04 23:42 UTC (permalink / raw)
  To: 49883; +Cc: Michael Rohleder

* gnu/packages/xfce.scm (mousepad): Update to 0.5.6.
---
 gnu/packages/xfce.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 24091f3bce..c506f5e463 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -1244,7 +1244,7 @@ of data to either CD/DVD/BD.")
 (define-public mousepad
   (package
     (name "mousepad")
-    (version "0.5.5")
+    (version "0.5.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://archive.xfce.org/src/apps/mousepad/"
@@ -1252,7 +1252,7 @@ of data to either CD/DVD/BD.")
                                   version ".tar.bz2"))
               (sha256
                (base32
-                "1qdbch7g8ppwn1rsm8nq9rbvabvx02lvn3dxb45ga3g1w005zhs0"))))
+                "03rmjraxb6a3w7gknmf6mdzkfc0m8shs1vkb2chvv28xn1irhma2"))))
     (build-system gnu-build-system)
     (arguments
      '(#:configure-flags '(;; Use the GSettings keyfile backend rather than
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49883: [PATCH] gnu: mousepad: Update to 0.5.6.
  2021-08-04 23:42 [bug#49883] [PATCH] gnu: mousepad: Update to 0.5.6 Michael Rohleder
@ 2021-08-05  0:48 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-08-05  0:48 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 49883-done

On Thu, Aug 05, 2021 at 01:42:45AM +0200, Michael Rohleder wrote:
> * gnu/packages/xfce.scm (mousepad): Update to 0.5.6.

Thanks! Pushed as 9a8f0ff6832f001911343580335c098e037b16fa




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-05  0:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-04 23:42 [bug#49883] [PATCH] gnu: mousepad: Update to 0.5.6 Michael Rohleder
2021-08-05  0:48 ` bug#49883: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.