gnu: ruby-sass-spec: Don't use unstable tarball.

* gnu/packages/ruby.scm (ruby-sass-spec)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-04 23:33:30 +02:00
parent e405f996e9
commit 11df832143
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 9 additions and 8 deletions

View File

@ -7680,14 +7680,15 @@ strings or files.")
(package (package
(name "ruby-sass-spec") (name "ruby-sass-spec")
(version "3.5.4") (version "3.5.4")
(source (origin (source
(method url-fetch) (origin
(uri (string-append "https://github.com/sass/sass-spec/archive/v" (method git-fetch)
version ".tar.gz")) (uri (git-reference
(file-name (string-append name "-" version ".tar.gz")) (url "https://github.com/sass/sass-spec.git")
(sha256 (commit (string-append "v" version))))
(base32 (file-name (git-file-name name version))
"0nx8lp7c9qa58w489crgqa3c489xsyarn1a8h4np9mwwfqm1h3rr")))) (sha256
(base32 "1zsw66830w0xlc7kxz6fm4b5nyb44vdsdgm9mgy06s5aixx83pwr"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs
`(("ruby-command-line-reporter-3" ,ruby-command-line-reporter-3) `(("ruby-command-line-reporter-3" ,ruby-command-line-reporter-3)