mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: ruby-css-parser: Update to 1.21.1.
* gnu/packages/ruby-xyz.scm (ruby-css-parser): Update to 1.21.1.
This commit is contained in:
parent
d4cafea5de
commit
65604ffeac
1 changed files with 2 additions and 3 deletions
|
@ -1281,14 +1281,13 @@ toolkit.")
|
|||
(define-public ruby-css-parser
|
||||
(package
|
||||
(name "ruby-css-parser")
|
||||
(version "1.7.1")
|
||||
(version "1.21.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "css_parser" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04c4dl8cm5rjr50k9qa6yl9r05fk9zcb1zxh0y0cdahxlsgcydfw"))))
|
||||
(base32 "1izp5vna86s7xivqzml4nviy01bv76arrd5is8wkncwp1by3zzbc"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments `(#:tests? #f)) ;gem doesn't ship with test suite
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue