mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: xfce4-screenshooter: Update to 1.10.5.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.5. Change-Id: Id4dcbc6a9761486450cc062df6a14a15a1ed0546
This commit is contained in:
parent
24dd85ca33
commit
8311297294
1 changed files with 2 additions and 2 deletions
|
@ -1504,7 +1504,7 @@ (define-public mousepad
|
||||||
(define-public xfce4-screenshooter
|
(define-public xfce4-screenshooter
|
||||||
(package
|
(package
|
||||||
(name "xfce4-screenshooter")
|
(name "xfce4-screenshooter")
|
||||||
(version "1.10.4")
|
(version "1.10.5")
|
||||||
(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/"
|
||||||
|
@ -1514,7 +1514,7 @@ (define-public xfce4-screenshooter
|
||||||
version ".tar.bz2"))
|
version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1534h1a3a8b9pl20zpccaifrlsrbsihdcdjndn9nmqalgrl9kwd2"))))
|
"0732f1v6s1zkflq47rgdsimq73k7q94gwag1y9sza5smd8m1ywgs"))))
|
||||||
(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