gnu: viewnior: Don't use unstable tarball.

* gnu/packages/image-viewers.scm (viewnior)[source]: Use 'git-fetch'.
master
Efraim Flashner 2018-12-27 15:12:30 +02:00
parent c180017b6f
commit 83541fb678
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 4 deletions

View File

@ -238,12 +238,14 @@ it and customize it for your needs.")
(version "1.7")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/hellosiyan/Viewnior/archive/"
name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/hellosiyan/Viewnior.git")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1rpkk721s3xas125q3g0fl11b5zsrmzv9pzl6ddzcy4sj2rd7ymr"))))
"0y4hk3vq8psba5k615w18qj0kbdfp5w0lm98nv5apy6hmcpwfyig"))))
(build-system meson-build-system)
(arguments
'(#:phases