mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: ruby-pathutil: Update to 0.16.2.
* gnu/packages/ruby.scm (ruby-pathutil): Update to 0.16.2.
This commit is contained in:
parent
43840c31d0
commit
feaaa603de
1 changed files with 2 additions and 2 deletions
|
@ -8380,13 +8380,13 @@ (define-public ruby-forwardable-extended
|
||||||
(define-public ruby-pathutil
|
(define-public ruby-pathutil
|
||||||
(package
|
(package
|
||||||
(name "ruby-pathutil")
|
(name "ruby-pathutil")
|
||||||
(version "0.16.1")
|
(version "0.16.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "pathutil" version))
|
(uri (rubygems-uri "pathutil" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wc18ms1rzi44lpjychyw2a96jcmgxqdvy2949r4vvb5f4p0lgvz"))))
|
"12fm93ljw9fbxmv2krki5k5wkvr7560qy8p4spvb9jiiaqv78fz4"))))
|
||||||
(build-system ruby-build-system)
|
(build-system ruby-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ruby-forwardable-extended" ,ruby-forwardable-extended)))
|
`(("ruby-forwardable-extended" ,ruby-forwardable-extended)))
|
||||||
|
|
Loading…
Reference in a new issue