mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: tumbler: Update to 0.2.5.
* gnu/packages/xfce.scm (tumbler): Update to 0.2.5.
This commit is contained in:
parent
da83224dd0
commit
a321ac9969
1 changed files with 5 additions and 5 deletions
|
@ -250,7 +250,7 @@ (define-public garcon
|
||||||
(define-public tumbler
|
(define-public tumbler
|
||||||
(package
|
(package
|
||||||
(name "tumbler")
|
(name "tumbler")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
(uri (string-append "https://archive.xfce.org/src/xfce/"
|
||||||
|
@ -258,15 +258,15 @@ (define-public tumbler
|
||||||
"tumbler-" version ".tar.bz2"))
|
"tumbler-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19mnwmcxdhqfqkd9433z8h2y8w49vlc7jw5p5h8j54wz7zhrgx0g"))))
|
"0nfld1lvrdpsjfvm08y5487km45pm1mdr928hgqm8j0shrx6jiv4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("intltool" ,intltool)
|
("intltool" ,intltool)
|
||||||
("glib:bin" ,glib "bin") ; need glib-genmarshal
|
("glib:bin" ,glib "bin") ; need glib-genmarshal
|
||||||
("dbus-glib" ,dbus-glib))) ; need dbus-binding-tool
|
("dbus-glib" ,dbus-glib))) ; need dbus-binding-tool
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("glib" ,glib))) ; required by tumbler-1.pc
|
`(("glib" ,glib))) ; required by tumbler-1.pc
|
||||||
(inputs
|
(inputs
|
||||||
`(("dbus" ,dbus)
|
`(("dbus" ,dbus)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
|
|
Loading…
Reference in a new issue