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