efraim pushed a commit to branch master
in repository guix.
commit e4fb673a75c7a254070a8c27b8789b0e2e1f1a84
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 16 20:12:35 2021 +0200
gnu: ruby-gem-hadar: Update to 1.11.0.
* gnu/packages/ruby.scm (ruby-gem-hadar): Update to 1.11.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 9d855ae..90f885a 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <[email protected]>
;;; Copyright © 2017 Nikita <[email protected]>
;;; Copyright © 2017, 2019, 2020 Marius Bakke <[email protected]>
-;;; Copyright © 2017, 2018, 2019, 2020 Efraim Flashner <[email protected]>
+;;; Copyright © 2017, 2018, 2019, 2020, 2021 Efraim Flashner
<[email protected]>
;;; Copyright © 2017, 2018, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2017 Clément Lassieur <[email protected]>
;;; Copyright © 2017, 2018, 2019 Christopher Baines <[email protected]>
@@ -5852,13 +5852,13 @@ documentation for Ruby code.")
(define-public ruby-gem-hadar
(package
(name "ruby-gem-hadar")
- (version "1.9.1")
+ (version "1.11.0")
(source (origin
(method url-fetch)
(uri (rubygems-uri "gem_hadar" version))
(sha256
(base32
- "1zxvd9l95rbks7x3cxn396w0sn7nha5542bf97v8akkn4vm7nby9"))))
+ "160abb3l4n3gkhd86f22n981bhqxkbf5ym6fhsk796pix6696pd5"))))
(build-system ruby-build-system)
;; This gem needs itself at development time. We disable rebuilding of the
;; gemspec to avoid this loop.