~ruther/guix-local

bb5fc7a852d20f01c1778e5c8155575eee8ac602 — Remco van 't Veer 8 months ago 5292337
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>
1 files changed, 11 insertions(+), 10 deletions(-)

M gnu/packages/ruby-xyz.scm
M gnu/packages/ruby-xyz.scm => gnu/packages/ruby-xyz.scm +11 -10
@@ 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")