mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gpicview: Update to 0.3.1.
* gnu/packages/image-viewers.scm (gpicview): Update to 0.3.1. [source]: Use Github instead of the obsolete Sourceforge. Change-Id: Ic6ca64c77ca0d58c665db46be7d859b790de29d3 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
a0166254c5
commit
2d0770207e
1 changed files with 5 additions and 5 deletions
|
@ -342,15 +342,15 @@ collection. Geeqie was initially based on GQview.")
|
|||
(define-public gpicview
|
||||
(package
|
||||
(name "gpicview")
|
||||
(version "0.2.5")
|
||||
(version "0.3.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/lxde/"
|
||||
"GPicView%20%28image%20Viewer%29/0.2.x/"
|
||||
name "-" version ".tar.xz"))
|
||||
(uri (string-append
|
||||
"https://github.com/lxde/releases/raw/refs/heads/master/releases/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hi9v0rdx47nys0wvm9xasdrafa34r5kq6crb074a0ipwmc60iiq"))))
|
||||
"0k7anzzaarzi4dmp4g4hrvy3wmzs2whqkrw6gisq2bnb0gl5dj0b"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments (list #:configure-flags #~(list "--enable-gtk3")))
|
||||
(inputs (list gtk+ libjpeg-turbo))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue