mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01:00
gnu: ruby-hashdiff: Update to 1.0.1.
* gnu/packages/ruby.scm (ruby-hashdiff): Update to 1.0.1.
This commit is contained in:
parent
6e3a85192c
commit
f7bd9d235e
1 changed files with 3 additions and 4 deletions
|
@ -3092,20 +3092,19 @@ immutable queue or stack).")
|
||||||
(define-public ruby-hashdiff
|
(define-public ruby-hashdiff
|
||||||
(package
|
(package
|
||||||
(name "ruby-hashdiff")
|
(name "ruby-hashdiff")
|
||||||
(version "0.3.8")
|
(version "1.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "hashdiff" version))
|
(uri (rubygems-uri "hashdiff" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19ykg5pax8798nh1yv71adkx0zzs7gn2rxjj86v7nsw0jba5lask"))))
|
"1nynpl0xbj0nphqx1qlmyggq58ms1phf5i03hk64wcc0a17x1m1c"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
;; Run tests directly via rspec to avoid Rake issue:
|
;; Run tests directly via rspec to avoid depending on rubocop.
|
||||||
;; NoMethodError: undefined method `last_comment'
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
|
|
Loading…
Add table
Reference in a new issue