mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-yard: Update to 0.9.37.
* gnu/packages/ruby-xyz.scm (ruby-yard): Update to 0.9.37.
This commit is contained in:
parent
4086cbf9bd
commit
b9f2748b7b
1 changed files with 2 additions and 2 deletions
|
@ -9741,7 +9741,7 @@ A modified copy of yajl is used, and included in the package.")
|
||||||
(define-public ruby-yard
|
(define-public ruby-yard
|
||||||
(package
|
(package
|
||||||
(name "ruby-yard")
|
(name "ruby-yard")
|
||||||
(version "0.9.34")
|
(version "0.9.37")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -9752,7 +9752,7 @@ A modified copy of yajl is used, and included in the package.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10jq0hyzyy0d6l63jxld32g36fhrclkb3rwnyp47igcik73kbagb"))))
|
"04255dmxrkjyw3175d17hlmss66qvcy41jawfkxi3pp3nhlznir8"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue