gnu: emacs-parsebib: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-parsebib)[source]: Use GIT-FETCH and GIT-FILE-NAME.
This commit is contained in:
parent
a670c3a553
commit
63bca23d38
|
@ -9261,13 +9261,13 @@ outline-mode), so there is no such thing like an outshine mode, only
|
||||||
(version "2.3.1")
|
(version "2.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/joostkremers/parsebib/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/joostkremers/parsebib.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1bnqnxkb9dnl0fjrrjx0xn9jsqki2h8ygw3d5dm4bl79smah3qkh"))))
|
||||||
"0cxagnmc5ab6idmb26axpizhr4sqglkncc59768yavn3p04jyq63"))))
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/joostkremers/parsebib")
|
(home-page "https://github.com/joostkremers/parsebib")
|
||||||
(synopsis "Library for parsing bib files")
|
(synopsis "Library for parsing bib files")
|
||||||
|
|
Loading…
Reference in New Issue