mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ruby-puma: Update to 6.6.0.
* gnu/packages/ruby.scm (ruby-puma): Update to 6.6.0. Change-Id: Ibb860d8ef55319bb9b6f8eb31007ff23a6bd92b6
This commit is contained in:
parent
3bbc9a39e6
commit
aa4bc382d8
1 changed files with 2 additions and 2 deletions
|
@ -12684,7 +12684,7 @@ part of the Prawn PDF generator.")
|
|||
(define-public ruby-puma
|
||||
(package
|
||||
(name "ruby-puma")
|
||||
(version "6.5.0")
|
||||
(version "6.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch) ;for tests
|
||||
|
@ -12694,7 +12694,7 @@ part of the Prawn PDF generator.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z3njlmywins9yjl4a0c32vhkx9c4q4nia0snz7n45723jv96690"))))
|
||||
"1pdd7s403pi4y75s1sb4jkghhmm2w9zcqifj7z7yx4z0qfs7lvzv"))))
|
||||
(build-system ruby-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue