gnu: ruby-rdiscount: Update to 2.2.7.3.

Fixes build.

* gnu/packages/ruby-xyz.scm (ruby-rdiscount): Update to 2.2.7.3.

Change-Id: Ife649e7be7d8daaff852fe34da9259c457337590
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Remco van 't Veer 2025-08-21 17:04:08 +02:00 committed by Andreas Enge
parent 5292337d3f
commit bb5fc7a852
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -16357,16 +16357,17 @@ Resource Description Framework} vocabularies.")
(define-public ruby-rdiscount (define-public ruby-rdiscount
(package (package
(name "ruby-rdiscount") (name "ruby-rdiscount")
(version "2.2.7") (version "2.2.7.3")
(source (origin (source
(method git-fetch) ;for the full test suite (origin
(uri (git-reference (method git-fetch) ;for the full test suite
(url "https://github.com/davidfstr/rdiscount") (uri (git-reference
(commit version))) (url "https://github.com/davidfstr/rdiscount")
(file-name (git-file-name name version)) (commit version)))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"1lpfxq3gv0dgmnki9jgfnc8n9k4x9vyq9miqdxv6g4kp90qyfifc")))) (base32
"1lnf598sngcy6b701h33h5l9rn2abl80x0jpynz7jxb4imhd5r80"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(native-inputs (list perl)) (native-inputs (list perl))
(synopsis "Discount Markdown Processor for Ruby") (synopsis "Discount Markdown Processor for Ruby")