mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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
d2f51f1c61
commit
00d84146f3
1 changed files with 2 additions and 2 deletions
|
@ -11526,7 +11526,7 @@ (define-public ruby-ttfunk
|
|||
(define-public ruby-puma
|
||||
(package
|
||||
(name "ruby-puma")
|
||||
(version "6.1.1")
|
||||
(version "6.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;for tests
|
||||
|
@ -11536,7 +11536,7 @@ (define-public ruby-puma
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0v4nn3z0bj0ry0gpx1hsf5mzkinsx9sv716j4jf2nb1x6hcwv993"))))
|
||||
"0d71h5ggvfgnxq9msd1hmcz3s8mspzf7kqas1hzr0w9pfafddyv3"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue