mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5292337d3f
commit
bb5fc7a852
1 changed files with 11 additions and 10 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue