me
/
guix
Archived
1
0
Fork 0

gnu: ruby-timecop: Update to 0.9.1.

* gnu/packages/ruby.scm (ruby-timecop): Update to 0.9.1.
master
Tobias Geerinckx-Rice 2017-08-10 23:14:19 +02:00
parent 483846ac6f
commit 3d4a5eb555
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -4108,14 +4108,14 @@ associated records.")
(define-public ruby-timecop
(package
(name "ruby-timecop")
(version "0.8.1")
(version "0.9.1")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "timecop" version))
(sha256
(base32
"0vwbkwqyxhavzvr1820hqwz43ylnfcf6w4x6sag0nghi44sr9kmx"))))
"0d7mm786180v4kzvn1f77rhfppsg5n0sq2bdx63x9nv114zm8jrp"))))
(build-system ruby-build-system)
(arguments
`(#:phases