benwoodcroft pushed a commit to branch master
in repository guix.
commit cba53c60d59c9eac6fefabc799834b13ccacc314
Author: Ben Woodcroft <[email protected]>
Date: Tue Jan 10 18:38:32 2017 +1000
gnu: ruby-sqlite3: Update to 1.3.13.
* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.3.13.
---
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 1c947cc..8fb22d0 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2014, 2015 Mark H Weaver <[email protected]>
;;; Copyright © 2014, 2015 David Thompson <[email protected]>
;;; Copyright © 2015 Ricardo Wurmus <[email protected]>
-;;; Copyright © 2015, 2016 Ben Woodcroft <[email protected]>
+;;; Copyright © 2015, 2016, 2017 Ben Woodcroft <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -3300,14 +3300,14 @@ neither too verbose nor too minimal.")
(define-public ruby-sqlite3
(package
(name "ruby-sqlite3")
- (version "1.3.12")
+ (version "1.3.13")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "sqlite3" version))
(sha256
(base32
- "0hld87rvwyy31xsxzhicv2lj3g3kmvmwfxj09kw13g6lacdjz4bx"))))
+ "01ifzp8nwzqppda419c9wcvr8n82ysmisrs0hph9pdmv1lpa4f5i"))))
(build-system ruby-build-system)
(arguments
`(#:phases