gnu: ruby-http-cookie: Update to 1.0.3.

* gnu/packages/ruby.scm (ruby-http-cookie): Update to 1.0.3.
This commit is contained in:
Ben Woodcroft 2016-11-07 21:33:41 +10:00
parent 420fdfef9a
commit 2a2eb07d87
No known key found for this signature in database
GPG key ID: E44DCCD146E0CCF4

View file

@ -3509,14 +3509,14 @@ (define-public ruby-domain-name
(define-public ruby-http-cookie
(package
(name "ruby-http-cookie")
(version "1.0.2")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "http-cookie" version))
(sha256
(base32
"0cz2fdkngs3jc5w32a6xcl511hy03a7zdiy988jk1sf3bf5v3hdw"))))
"004cgs4xg5n6byjs7qld0xhsjq3n6ydfh897myr2mibvh6fjc49g"))))
(build-system ruby-build-system)
(arguments
`(#:phases