gnu: ruby-ruby-prof: Update to 1.4.3.

* gnu/packages/ruby.scm (ruby-ruby-prof): Update to 1.4.3.
This commit is contained in:
Efraim Flashner 2021-09-12 15:29:58 +03:00
parent 2d8307ed28
commit 2ccf988ff5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -7769,14 +7769,14 @@ (define-public ruby-varint
(define-public ruby-ruby-prof
(package
(name "ruby-ruby-prof")
(version "1.4.1")
(version "1.4.3")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "ruby-prof" version))
(sha256
(base32
"12cd91m08ih0imfpy4k87618hd4mhyz291a6bx2hcskza4nf6d27"))))
"1r3xalp91l07m0cwllcxjzg6nkviiqnxkcbgg5qnzsdji6rgy65m"))))
(build-system ruby-build-system)
(arguments
`(#:phases