mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: xfce4-screenshooter: Update to 1.10.0.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1f600136ff
commit
a44d6e1ea2
1 changed files with 2 additions and 2 deletions
|
@ -1335,7 +1335,7 @@ (define-public mousepad
|
||||||
(define-public xfce4-screenshooter
|
(define-public xfce4-screenshooter
|
||||||
(package
|
(package
|
||||||
(name "xfce4-screenshooter")
|
(name "xfce4-screenshooter")
|
||||||
(version "1.9.11")
|
(version "1.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||||
|
@ -1345,7 +1345,7 @@ (define-public xfce4-screenshooter
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d7qyc2w4962crmkz5n0mma2qmyp9hhq455karyzacjbb6z0cgg7"))))
|
"0lvv6iam348n7l3md94lanxyyn87xmrivzdvfi0fa3vgjfk88j56"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool
|
(list pkg-config intltool
|
||||||
|
|
Loading…
Reference in a new issue