guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/48: gnu: ruby-notiffany: Update to 0.1.1.


From: Tobias Geerinckx-Rice
Subject: 16/48: gnu: ruby-notiffany: Update to 0.1.1.
Date: Thu, 10 Aug 2017 18:21:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a7ca218cd51ecaeeeb82f3c27e55359364fc11f3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 10 23:17:56 2017 +0200

    gnu: ruby-notiffany: Update to 0.1.1.
    
    * gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.1.
---
 gnu/packages/ruby.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 0d7eb71..a893ca7 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]