1
Fork 0
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:
Nicolas Graves 2025-06-18 16:28:08 +02:00 committed by Andreas Enge
parent d4cafea5de
commit 65604ffeac
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

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