summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRene Saavedra <nanuui@protonmail.com>2022-05-23 15:09:29 -0500
committerLudovic Courtès <ludo@gnu.org>2022-05-30 16:34:40 +0200
commit38f3d38eadf435c76306f2fc65f4b70ba49c8392 (patch)
treed8e0d12da6771194928ff7395db31d0681e7ccee /gnu/packages
parent092ee3515520c759174d235910aefc3a54b00b97 (diff)
downloadguix-38f3d38eadf435c76306f2fc65f4b70ba49c8392.tar.gz
gnu: xpad: Update to 5.8.0.
* gnu/packages/gnome.scm (xpad): Update to 5.8.0.
[inputs]: Replace gtksourceview-3 with gtksourceview.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/gnome.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7868063a05..81b74a2497 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10211,7 +10211,7 @@ is suitable as a default application in a Desktop environment.")
 (define-public xpad
   (package
     (name "xpad")
-    (version "5.1.0")
+    (version "5.8.0")
     (source
      (origin
        (method url-fetch)
@@ -10220,13 +10220,13 @@ is suitable as a default application in a Desktop environment.")
                            name "-" version ".tar.bz2"))
        (sha256
         (base32
-         "0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3"))))
+         "1sc2dz4yxx6glnqpnhiby85g2blnsfn8d3fvbaqhdi2hi0q54q7j"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf automake
            `(,gtk+ "bin") intltool pkg-config))
     (inputs
-     (list gtksourceview-3 libsm))
+     (list gtksourceview libsm))
     (home-page "https://wiki.gnome.org/Apps/Xpad")
     (synopsis "Virtual sticky note")
     (description