[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: ruby-sequel: Update to 4.40.0.
From: |
Ben Woodcroft |
Subject: |
02/07: gnu: ruby-sequel: Update to 4.40.0. |
Date: |
Mon, 7 Nov 2016 11:54:19 +0000 (UTC) |
benwoodcroft pushed a commit to branch master
in repository guix.
commit 420fdfef9a386f49c3cda0eabf9747c866a07007
Author: Ben Woodcroft <address@hidden>
Date: Mon Nov 7 21:32:32 2016 +1000
gnu: ruby-sequel: Update to 4.40.0.
* gnu/packages/ruby.scm (ruby-sequel): Update to 4.40.0.
---
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 60f1992..8bd114c 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4043,14 +4043,14 @@ generation.")
(define-public ruby-sequel
(package
(name "ruby-sequel")
- (version "4.39.0")
+ (version "4.40.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "sequel" version))
(sha256
(base32
- "01zqd6mi9wvhbg76b91k35jppha0c944ar9f816gi400cf9817bg"))))
+ "0r39dv3yprai0cy7hslfxswjr4fg783xwxskmbih8ry24f18lbk0"))))
(build-system ruby-build-system)
(arguments
'(#:tests? #f)) ; Avoid dependency loop with ruby-minitest-hooks.
- branch master updated (bd91748 -> 06028ae), Ben Woodcroft, 2016/11/07
- 02/07: gnu: ruby-sequel: Update to 4.40.0.,
Ben Woodcroft <=
- 06/07: gnu: ruby-sqlite3: Update to 1.3.12., Ben Woodcroft, 2016/11/07
- 04/07: gnu: ruby-domain-name: Update to 0.5.20161021., Ben Woodcroft, 2016/11/07
- 07/07: gnu: ruby-tzinfo-data: Update to 1.2016.9., Ben Woodcroft, 2016/11/07
- 01/07: gnu: diamond: Update to 0.8.26., Ben Woodcroft, 2016/11/07
- 03/07: gnu: ruby-http-cookie: Update to 1.0.3., Ben Woodcroft, 2016/11/07
- 05/07: gnu: ruby-shoulda-context: Update to 1.2.2., Ben Woodcroft, 2016/11/07