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
(package
(name "ruby-rdiscount")
(version "2.2.7")
(source (origin
(method git-fetch) ;for the full test suite
(uri (git-reference
(url "https://github.com/davidfstr/rdiscount")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1lpfxq3gv0dgmnki9jgfnc8n9k4x9vyq9miqdxv6g4kp90qyfifc"))))
(version "2.2.7.3")
(source
(origin
(method git-fetch) ;for the full test suite
(uri (git-reference
(url "https://github.com/davidfstr/rdiscount")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1lnf598sngcy6b701h33h5l9rn2abl80x0jpynz7jxb4imhd5r80"))))
(build-system ruby-build-system)
(native-inputs (list perl))
(synopsis "Discount Markdown Processor for Ruby")