me
/
guix
Archived
1
0
Fork 0

gnu: ruby-given-core: Update to 3.8.2.

* gnu/packages/ruby.scm (ruby-given-core): Update to 3.8.2.
master
Maxim Cournoyer 2023-03-01 20:39:51 -05:00
parent 31469c55c3
commit 216659087e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -675,14 +675,14 @@ re-sourced, but they will be rendered in a single-line format.")
(define-public ruby-given-core
(package
(name "ruby-given-core")
(version "3.8.0")
(version "3.8.2")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "given_core" version))
(sha256
(base32
"1lzyqllbbv6as3qgwz2007mvy7wy247bgkch9adnmh1zfa73bkrg"))))
"0w1pyhgb2am7c267s8v06dpd9qhmsk2x4hfr2aq8l8lh49ma227s"))))
(build-system ruby-build-system)
(arguments '(#:tests? #f)) ;no test suite for the core package
(propagated-inputs