3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

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