mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
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>
This commit is contained in:
parent
092ee35155
commit
38f3d38ead
1 changed files with 3 additions and 3 deletions
|
@ -10211,7 +10211,7 @@ (define-public gnome-calculator
|
||||||
(define-public xpad
|
(define-public xpad
|
||||||
(package
|
(package
|
||||||
(name "xpad")
|
(name "xpad")
|
||||||
(version "5.1.0")
|
(version "5.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -10220,13 +10220,13 @@ (define-public xpad
|
||||||
name "-" version ".tar.bz2"))
|
name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l0g5x8g6dwhf5ksnqqrjjsycy57kcvdslkmsr6bl3vrsjd7qml3"))))
|
"1sc2dz4yxx6glnqpnhiby85g2blnsfn8d3fvbaqhdi2hi0q54q7j"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf automake
|
(list autoconf automake
|
||||||
`(,gtk+ "bin") intltool pkg-config))
|
`(,gtk+ "bin") intltool pkg-config))
|
||||||
(inputs
|
(inputs
|
||||||
(list gtksourceview-3 libsm))
|
(list gtksourceview libsm))
|
||||||
(home-page "https://wiki.gnome.org/Apps/Xpad")
|
(home-page "https://wiki.gnome.org/Apps/Xpad")
|
||||||
(synopsis "Virtual sticky note")
|
(synopsis "Virtual sticky note")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue