mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: tumbler: Update to 0.1.30.
* gnu/packages/xfce.scm (tumbler): Update to 0.1.30. Use latest gstreamer.
This commit is contained in:
parent
7747c4ca3d
commit
710f3ce44f
1 changed files with 4 additions and 4 deletions
|
@ -209,14 +209,14 @@ (define-public garcon
|
|||
(define-public tumbler
|
||||
(package
|
||||
(name "tumbler")
|
||||
(version "0.1.25")
|
||||
(version "0.1.30")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://archive.xfce.org/xfce/4.10/src/"
|
||||
(uri (string-append "http://archive.xfce.org/src/xfce/tumbler/0.1/"
|
||||
name "-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ijm04vm75gmhyyzrlqdr6vzchr01hlajcm84lm6j64cim8dxm82"))))
|
||||
"013kacqyy1vya7kp6jgc1almp3cbbvq96a3r7f5myiihr1whvhp7"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
@ -232,7 +232,7 @@ (define-public tumbler
|
|||
("libjpeg" ,libjpeg)
|
||||
("libgsf" ,libgsf)
|
||||
("poppler" ,poppler)
|
||||
("gstreamer" ,gstreamer-0.10)))
|
||||
("gstreamer" ,gstreamer)))
|
||||
(home-page "http://www.xfce.org/")
|
||||
(synopsis "D-Bus service for applications to request thumbnails")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue