mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: ruby-sucker-punch: Update to 3.1.0.
* gnu/packages/ruby.scm (ruby-sucker-punch): Update to 3.1.0.
This commit is contained in:
parent
aba7a31cac
commit
be094d9038
1 changed files with 2 additions and 2 deletions
|
@ -15097,13 +15097,13 @@ (define-public ruby-cmath
|
|||
(define-public ruby-sucker-punch
|
||||
(package
|
||||
(name "ruby-sucker-punch")
|
||||
(version "3.0.1")
|
||||
(version "3.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "sucker_punch" version))
|
||||
(sha256
|
||||
(base32 "0yams24wndpj7dzdysvm4z1w6ggg4xvj4snxba66prahhxvik4xl"))))
|
||||
(base32 "12by9vx8q6l4i56q62k1s1ymaxbpg4rny5zngj5i5h09kyh2yp4p"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue