gnu: ruby-puma: Update to 6.2.0.
* gnu/packages/ruby.scm (ruby-puma): Update to 6.2.0.
This commit is contained in:
parent
1369f5df80
commit
e457f01a31
1 changed files with 2 additions and 2 deletions
|
@ -11549,7 +11549,7 @@ (define-public ruby-ttfunk
|
||||||
(define-public ruby-puma
|
(define-public ruby-puma
|
||||||
(package
|
(package
|
||||||
(name "ruby-puma")
|
(name "ruby-puma")
|
||||||
(version "6.1.1")
|
(version "6.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ;for tests
|
(method git-fetch) ;for tests
|
||||||
|
@ -11559,7 +11559,7 @@ (define-public ruby-puma
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v4nn3z0bj0ry0gpx1hsf5mzkinsx9sv716j4jf2nb1x6hcwv993"))))
|
"0d71h5ggvfgnxq9msd1hmcz3s8mspzf7kqas1hzr0w9pfafddyv3"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue