gnu: ruby-hashie: Update to 5.0.0-0.7351055.

* gnu/packages/ruby.scm (ruby-hashie): Update to 5.0.0-0.7351055.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-02-16 01:33:47 +01:00 committed by Andreas Enge
parent f723d0aad6
commit 5efc97329c
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -14358,18 +14358,20 @@ is compatible with stylesheets designed for pygments.")
license:bsd-2))))
(define-public ruby-hashie
(let ((commit "73510552ba580867e9882fe092568916cbcd810b")
(revision "0"))
(package
(name "ruby-hashie")
(version "5.0.0")
(version (git-version "5.0.0" revision commit))
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
(url "https://github.com/hashie/hashie")
(commit (string-append "v" version))))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0ihami0cdn71cvwzwgr3vxqvqi0ifqsna0vlyqiqlhsnf93w0cm8"))))
"08rpx040h6vgx6ynk6w029f7z7c8aj2p4v135k2l1zxvnw617ddw"))))
(build-system ruby-build-system)
(arguments
(list #:test-target "spec"
@ -14394,7 +14396,7 @@ is compatible with stylesheets designed for pygments.")
(synopsis "Extensions to Ruby Hashes")
(description "Hashie is a collection of classes and mixins that make Ruby
hashes more powerful.")
(license license:expat)))
(license license:expat))))
(define-public ruby-heredoc-unindent
(package