mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: xfce4-screenshooter: Update to 1.10.3.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.10.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
0f20fc4dd9
commit
61cdbf414c
1 changed files with 2 additions and 2 deletions
|
@ -1336,7 +1336,7 @@ (define-public mousepad
|
|||
(define-public xfce4-screenshooter
|
||||
(package
|
||||
(name "xfce4-screenshooter")
|
||||
(version "1.10.0")
|
||||
(version "1.10.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://archive.xfce.org/src/apps/"
|
||||
|
@ -1346,7 +1346,7 @@ (define-public xfce4-screenshooter
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lvv6iam348n7l3md94lanxyyn87xmrivzdvfi0fa3vgjfk88j56"))))
|
||||
"061qixpz8krvpixs6ickl9ha5m0pb078rdd5fjifrkxy8yc1am54"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config intltool
|
||||
|
|
Loading…
Reference in a new issue