gnu: js-respond: Don't use unstable-tarball.

* gnu/packages/javascript.scm (js-respond)[source]: Use 'git-fetch'.
This commit is contained in:
Efraim Flashner 2019-09-08 16:12:50 +03:00
parent 367d0833c3
commit 97f6004ca1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 5 deletions

View File

@ -144,13 +144,14 @@ be able to view it naturally and easily.")))
(name "js-respond") (name "js-respond")
(version "1.4.2") (version "1.4.2")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/scottjehl/Respond/" (uri (git-reference
"archive/" version ".tar.gz")) (url "https://github.com/scottjehl/Respond")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0ds1ya2a185jp93mdn07159c2x8zczwi960ykrawpp62bwk2n93d")))) "00xid731rirc7sdy1gc8qal3v9g0agr2qx15hm4x97l1lcbylyn2"))))
(build-system minify-build-system) (build-system minify-build-system)
(arguments (arguments
`(#:javascript-files '("src/matchmedia.addListener.js" `(#:javascript-files '("src/matchmedia.addListener.js"