mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-marcel: Update to 1.0.2.
* gnu/packages/ruby.scm (ruby-marcel): Update to 1.0.2.
This commit is contained in:
parent
01e3d51c77
commit
90e38a14a3
1 changed files with 2 additions and 2 deletions
|
@ -5753,14 +5753,14 @@ various relational database implementations.")
|
||||||
(define-public ruby-marcel
|
(define-public ruby-marcel
|
||||||
(package
|
(package
|
||||||
(name "ruby-marcel")
|
(name "ruby-marcel")
|
||||||
(version "0.3.3")
|
(version "1.0.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "marcel" version))
|
(uri (rubygems-uri "marcel" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nxbjmcyg8vlw6zwagf17l9y2mwkagmmkg95xybpn4bmf3rfnksx"))))
|
"0kky3yiwagsk8gfbzn3mvl2fxlh3b39v6nawzm4wpjs6xxvvc4x0"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(;; No included tests
|
'(;; No included tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue