[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: ruby-rspec-core: Update to 3.5.4.
From: |
Ben Woodcroft |
Subject: |
02/06: gnu: ruby-rspec-core: Update to 3.5.4. |
Date: |
Fri, 11 Nov 2016 12:59:02 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit c59491183a3eff24da52d46dabe99ef1c29df8f5
Author: Ben Woodcroft <address@hidden>
Date: Fri Nov 11 22:40:39 2016 +1000
gnu: ruby-rspec-core: Update to 3.5.4.
* gnu/packages/ruby.scm (ruby-rspec-core): Update to 3.5.4.
---
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 ec1b935..14fb7c9 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -262,13 +262,13 @@ an extensible architecture with a swappable backend.")
(define-public ruby-rspec-core
(package
(name "ruby-rspec-core")
- (version "3.5.1")
+ (version "3.5.4")
(source (origin
(method url-fetch)
(uri (rubygems-uri "rspec-core" version))
(sha256
(base32
- "0brfq51fwkkh5g6vw7smky5fvip46pryi243jmin0nzn7iwh9j5g"))))
+ "1nacs062qbr98fx6czf1vwppn1js956nv2c8vfwj6i65axdfs46i"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; avoid dependency cycles
- branch master updated (e2bb2e1 -> 8be62d3), Ben Woodcroft, 2016/11/11
- 01/06: gnu: bundler: Update to 1.13.6., Ben Woodcroft, 2016/11/11
- 03/06: gnu: ruby-hoe: Update to 3.15.2., Ben Woodcroft, 2016/11/11
- 04/06: gnu: ruby-rake-compiler: Update to 1.0.1., Ben Woodcroft, 2016/11/11
- 02/06: gnu: ruby-rspec-core: Update to 3.5.4.,
Ben Woodcroft <=
- 06/06: gnu: ruby-lumberjack: Update to 1.0.10., Ben Woodcroft, 2016/11/11
- 05/06: gnu: ruby-arel: Update to 7.1.4., Ben Woodcroft, 2016/11/11