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.3.

* gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-23 23:05:35 +01:00
parent 5dd10be5ab
commit 8c1e4a4f3d
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

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