diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-23 23:05:35 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-24 01:19:55 +0100 |
commit | 8c1e4a4f3df77e433e948ffed44a4288963e4eb8 (patch) | |
tree | 5eedc987cf794fb428d9968c8d673ddf86f816f9 /gnu | |
parent | 5dd10be5ab7c1111c68f210c0880598bf40196c4 (diff) |
gnu: ruby-notiffany: Update to 0.1.3.
* gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.3.
Diffstat (limited to 'gnu')
-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 b5b8b05a2a..fa5390b82d 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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)) |