me
/
guix
Archived
1
0
Fork 0

gnu: ruby-rspec: Update to 3.12.0.

* gnu/packages/ruby.scm (ruby-rspec): Update to 3.12.0.
master
Maxim Cournoyer 2023-03-01 20:36:21 -05:00
parent 204443a927
commit 958d882e4a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -892,13 +892,13 @@ interactions.")
(define-public ruby-rspec
(package
(name "ruby-rspec")
(version "3.8.0")
(version "3.12.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "rspec" version))
(sha256
(base32
"15ppasvb9qrscwlyjz67ppw1lnxiqnkzx5vkx1bd8x5n3dhikxc3"))))
"171rc90vcgjl8p1bdrqa92ymrj8a87qf6w20x05xq29mljcigi6c"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles