diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-10 23:17:56 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-11 00:20:39 +0200 |
commit | a7ca218cd51ecaeeeb82f3c27e55359364fc11f3 (patch) | |
tree | 155687c468cab65de22c6d3cce3a9ca984bb1292 | |
parent | d5489a618d3bf41465189cf2ed944bdcbefc8b60 (diff) | |
download | patches-a7ca218cd51ecaeeeb82f3c27e55359364fc11f3.tar patches-a7ca218cd51ecaeeeb82f3c27e55359364fc11f3.tar.gz |
gnu: ruby-notiffany: Update to 0.1.1.
* gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.1.
-rw-r--r-- | gnu/packages/ruby.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 0d7eb71f34..a893ca7f03 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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)) |