guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ruby-rack-protection: Update to 2.0.8.1.


From: guix-commits
Subject: branch master updated: gnu: ruby-rack-protection: Update to 2.0.8.1.
Date: Sun, 21 Feb 2021 07:55:41 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d51c11f  gnu: ruby-rack-protection: Update to 2.0.8.1.
d51c11f is described below

commit d51c11fea3894c08821d92279424b0b71f317ebb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Feb 21 14:39:22 2021 +0200

    gnu: ruby-rack-protection: Update to 2.0.8.1.
    
    * gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.8.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 6c9583b..3a3be59 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6921,14 +6921,14 @@ testing libraries to build on.")
 (define-public ruby-rack-protection
   (package
     (name "ruby-rack-protection")
-    (version "2.0.5")
+    (version "2.0.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "rack-protection" version))
        (sha256
         (base32
-         "15167q25rmxipqwi6hjqj3i1byi9iwl3xq9b7mdar7qiz39pmjsk"))))
+         "1zyj97bfr1shfgwk4ddmdbw0mdkm4qdyh9s1hl0k7accf3kxx1yi"))))
     (build-system ruby-build-system)
     (arguments
      '(;; Tests missing from the gem.



reply via email to

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