gnu: ruby-kpeg: Update to 1.3.3.
* gnu/packages/ruby.scm (ruby-kpeg): Update to 1.3.3.
This commit is contained in:
parent
bc9d7cc211
commit
3689599510
1 changed files with 2 additions and 2 deletions
|
@ -12683,14 +12683,14 @@ (define-public ruby-command-line-reporter-3
|
|||
(define-public ruby-kpeg
|
||||
(package
|
||||
(name "ruby-kpeg")
|
||||
(version "1.1.0")
|
||||
(version "1.3.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (rubygems-uri "kpeg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x2kpfrcagj931masm5y1kwbnc6nxl60cqdcd3lyd1d2hz7kzlia"))))
|
||||
"0jxddpyb23digcd8b1b02gn94057a7mw17680c3c8s3bcb5xqfnp"))))
|
||||
(build-system ruby-build-system)
|
||||
(native-inputs
|
||||
(list ruby-hoe))
|
||||
|
|
Loading…
Reference in a new issue