mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xfce4-screenshooter: Update to 1.9.7.
* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.7.
This commit is contained in:
parent
105b5e1630
commit
a6bc056e94
1 changed files with 2 additions and 2 deletions
|
@ -1125,7 +1125,7 @@ (define-public mousepad
|
|||
(define-public xfce4-screenshooter
|
||||
(package
|
||||
(name "xfce4-screenshooter")
|
||||
(version "1.9.5")
|
||||
(version "1.9.7")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://archive.xfce.org/src/apps/"
|
||||
|
@ -1135,7 +1135,7 @@ (define-public xfce4-screenshooter
|
|||
version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"135kad07922jxjs05amn48sdgm2x1rh97wbzdmy9h85r5i1vaddz"))))
|
||||
"1lbhl0sh0ayv3zhgzcd9hj9q9m3lnyv7vlglfqrl39i3782n2w8g"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue