gnu: emacs-json-snatcher: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-json-snatcher)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
5da3df8f48
commit
d6c0f1bc94
|
@ -7419,13 +7419,13 @@ running a customisable handler command (@code{ignore} by default). ")
|
||||||
(version "1.0.0")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/Sterlingg/json-snatcher/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/Sterlingg/json-snatcher.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "05zsgnk7grgw9jzwl80h5sxfpifxlr37b4mkbvx7mjq4z14xc2jw"))))
|
||||||
"1nfiwsifpdiz0lbrqa77nl0crnfrv5h85ans9b0g5rggnmyshcfb"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/sterlingg/json-snatcher")
|
(home-page "https://github.com/sterlingg/json-snatcher")
|
||||||
(synopsis "Grabs the path to JSON values in a JSON file")
|
(synopsis "Grabs the path to JSON values in a JSON file")
|
||||||
|
|
Loading…
Reference in New Issue