guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: ruby-notiffany: Update to 0.1.3.


From: guix-commits
Subject: 06/10: gnu: ruby-notiffany: Update to 0.1.3.
Date: Sat, 23 Nov 2019 19:25:17 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8c1e4a4f3df77e433e948ffed44a4288963e4eb8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 23 23:05:35 2019 +0100

    gnu: ruby-notiffany: Update to 0.1.3.
    
    * gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.3.
---
 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 b5b8b05..fa5390b 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))



reply via email to

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