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:
Tobias Geerinckx-Rice 2019-04-08 23:35:44 +02:00
parent a670c3a553
commit 63bca23d38
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

@ -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")