guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: ruby-backport: Update to 1.1.2.


From: guix-commits
Subject: 02/05: gnu: ruby-backport: Update to 1.1.2.
Date: Tue, 5 Nov 2019 16:49:19 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b62863b8873380e200616868bb2a77735707cbc6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 5 20:32:01 2019 +0100

    gnu: ruby-backport: Update to 1.1.2.
    
    * gnu/packages/ruby.scm (ruby-backport): Update to 1.1.2.
---
 gnu/packages/ruby.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 33d2b96..4ad1b2d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -8783,18 +8783,17 @@ then check out http://127.0.0.1:1080 to see the mail.")
 (define-public ruby-backport
   (package
     (name "ruby-backport")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
-       ;; The gem does not include test code, so fetch from the Git repository
+       ;; The gem does not include test code, so fetch from the Git repository.
        (method git-fetch)
        (uri (git-reference
              (url "https://github.com/castwide/backport.git";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0ii3y1wx1n48nd2mhlv0v61b2m21h7dg30if9vc2idza7k4afyw8"))))
+        (base32 "18fpg1n7n2z02ykz9v1x1q0cqa2lvivf8ygka768s01q1r9wfwv2"))))
     (build-system ruby-build-system)
     (arguments
      `(#:test-target "spec"))



reply via email to

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