guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: ruby-shoulda-context: Update to 1.2.2.


From: Ben Woodcroft
Subject: 05/07: gnu: ruby-shoulda-context: Update to 1.2.2.
Date: Mon, 7 Nov 2016 11:54:19 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit e7d1d472cdd05f3de048e33c6a9b88212a0b059a
Author: Ben Woodcroft <address@hidden>
Date:   Mon Nov 7 21:35:07 2016 +1000

    gnu: ruby-shoulda-context: Update to 1.2.2.
    
    * gnu/packages/ruby.scm (ruby-shoulda-context): Update to 1.2.2.
---
 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 de186ff..99556df 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -3333,14 +3333,14 @@ engine.")
 (define-public ruby-shoulda-context
   (package
     (name "ruby-shoulda-context")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "shoulda-context" version))
        (sha256
         (base32
-         "06wv2ika5zrbxn0m3qxwk0zkbspxids3zmlq3xxays5qmvl1qb55"))))
+         "1l0ncsxycb4s8n47dml97kdnixw4mizljbkwqc3rh05r70csq9bc"))))
     (build-system ruby-build-system)
     (arguments
      `(#:phases



reply via email to

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