guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ruby-rubocop-ast: Update to 0.3.0.


From: guix-commits
Subject: 02/02: gnu: ruby-rubocop-ast: Update to 0.3.0.
Date: Fri, 28 Aug 2020 07:35:53 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d0af85b1bcba7a1386d940b6c8160fb2ec7374b8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Aug 28 14:34:34 2020 +0300

    gnu: ruby-rubocop-ast: Update to 0.3.0.
    
    * gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 0.3.0.
---
 gnu/packages/ruby.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 10d9433..b181d1d 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
 ;;; Copyright © 2017 Nikita <nikita@n0.is>
 ;;; Copyright © 2017, 2019, 2020 Marius Bakke <mbakke@fastmail.com>
-;;; Copyright © 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
 ;;; Copyright © 2017, 2018, 2019 Christopher Baines <mail@cbaines.net>
@@ -6787,7 +6787,7 @@ inspired by the Sinatra microframework style of 
specifying actions:
 (define-public ruby-rubocop-ast
   (package
     (name "ruby-rubocop-ast")
-    (version "0.1.0")
+    (version "0.3.0")
     (source
      (origin
        (method git-fetch)               ;no test suite in distributed gem
@@ -6797,7 +6797,7 @@ inspired by the Sinatra microframework style of 
specifying actions:
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0nz25z5b76xkgb9sh370hni3l946j07fr05cdwkdj9x7ibgsb6nj"))))
+         "1ycf6qcj8nbzk2js72priim4642lkn56w5kbny1nlryjkckxgm04"))))
     (build-system ruby-build-system)
     (arguments
      `(#:test-target "spec"



reply via email to

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