mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: ruby-mini-portile2: Update to 2.2.0.
* gnu/packages/ruby.scm (ruby-mini-portile2): Update to 2.2.0.
This commit is contained in:
parent
0f6cf5a61c
commit
26f4a37736
1 changed files with 2 additions and 2 deletions
|
@ -1913,13 +1913,13 @@ (define-public ruby-mini-portile
|
||||||
|
|
||||||
(define-public ruby-mini-portile-2
|
(define-public ruby-mini-portile-2
|
||||||
(package (inherit ruby-mini-portile)
|
(package (inherit ruby-mini-portile)
|
||||||
(version "2.1.0")
|
(version "2.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (rubygems-uri "mini_portile2" version))
|
(uri (rubygems-uri "mini_portile2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1y25adxb1hgg1wb2rn20g3vl07qziq6fz364jc5694611zz863hb"))))))
|
"0g5bpgy08q0nc0anisg3yvwc1gc3inl854fcrg48wvg7glqd6dpm"))))))
|
||||||
|
|
||||||
(define-public ruby-nokogiri
|
(define-public ruby-nokogiri
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue