gnu: viewnior: Update to 1.8.
* gnu/packages/image-viewers.scm (viewnior): Update to 1.8. [home-page]: Use https.master
parent
d711b72f14
commit
63661eacca
|
@ -477,7 +477,7 @@ needs.")
|
||||||
(define-public viewnior
|
(define-public viewnior
|
||||||
(package
|
(package
|
||||||
(name "viewnior")
|
(name "viewnior")
|
||||||
(version "1.7")
|
(version "1.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -486,8 +486,7 @@ needs.")
|
||||||
(commit (string-append name "-" version))))
|
(commit (string-append name "-" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "14qvx1wajncd5ab0207274cwk32f4ipfnlaci6phmah0cwra2did"))))
|
||||||
"0y4hk3vq8psba5k615w18qj0kbdfp5w0lm98nv5apy6hmcpwfyig"))))
|
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
@ -508,7 +507,7 @@ needs.")
|
||||||
`(("exiv2" ,exiv2)
|
`(("exiv2" ,exiv2)
|
||||||
("gdk-pixbuf" ,gdk-pixbuf)
|
("gdk-pixbuf" ,gdk-pixbuf)
|
||||||
("gtk+-2" ,gtk+-2)))
|
("gtk+-2" ,gtk+-2)))
|
||||||
(home-page "http://siyanpanayotov.com/project/viewnior")
|
(home-page "https://siyanpanayotov.com/project/viewnior")
|
||||||
(synopsis "Simple, fast and elegant image viewer")
|
(synopsis "Simple, fast and elegant image viewer")
|
||||||
(description "Viewnior is an image viewer program. Created to be simple,
|
(description "Viewnior is an image viewer program. Created to be simple,
|
||||||
fast and elegant. Its minimalistic interface provides more screenspace for
|
fast and elegant. Its minimalistic interface provides more screenspace for
|
||||||
|
|
Reference in New Issue