gnu: ruby-notiffany: Update to 0.1.1.

* gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-08-10 23:17:56 +02:00
parent d5489a618d
commit a7ca218cd5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -855,13 +855,13 @@ the output produced by running shell commands.")
(define-public ruby-notiffany (define-public ruby-notiffany
(package (package
(name "ruby-notiffany") (name "ruby-notiffany")
(version "0.0.7") (version "0.1.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "notiffany" version)) (uri (rubygems-uri "notiffany" version))
(sha256 (sha256
(base32 (base32
"1v5x1w59qq85r6dpv3y9ga34dfd7hka1qxyiykaw7gm0i6kggbhi")))) "0x838fa5il0dd9zbm3lxkpbfxcf5fxv9556mayc2mxsdl5ghv8nx"))))
(build-system ruby-build-system) (build-system ruby-build-system)
;; Tests are not included in the gem. ;; Tests are not included in the gem.
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))