mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: xfce4-screenshooter: Update to 1.10.4.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.4.
This commit is contained in:
parent
0a8fbee0d1
commit
cbeb3204ef
1 changed files with 2 additions and 2 deletions
|
@ -1453,7 +1453,7 @@ (define-public mousepad
|
|||
(define-public xfce4-screenshooter
|
||||
(package
|
||||
(name "xfce4-screenshooter")
|
||||
(version "1.10.3")
|
||||
(version "1.10.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||
|
@ -1463,7 +1463,7 @@ (define-public xfce4-screenshooter
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"061qixpz8krvpixs6ickl9ha5m0pb078rdd5fjifrkxy8yc1am54"))))
|
||||
"1534h1a3a8b9pl20zpccaifrlsrbsihdcdjndn9nmqalgrl9kwd2"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool
|
||||
|
|
Loading…
Reference in a new issue