diff options
-rw-r--r-- | gn/packages/ruby.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gn/packages/ruby.scm b/gn/packages/ruby.scm index b68a010..0736bc9 100644 --- a/gn/packages/ruby.scm +++ b/gn/packages/ruby.scm @@ -5975,16 +5975,16 @@ Simple gem that adds various color methods to String class, and can be used as f "http://github.com/pjotrp/regressiontest") (license license:expat))) -(define-public ruby-lmdb +(define-public ruby-lmdb ; note you may need to explicitly use ruby@3.3.8 to run the extension - the guix default (package (name "ruby-lmdb") - (version "0.6.1") + (version "0.6.5") (source (origin (method url-fetch) (uri (rubygems-uri "lmdb" version)) (sha256 (base32 - "0yzlf56ynj545ln5dxl422rpi8r6h11cr6rag5hk2qpbkzs6l9c2")))) + "094vwmp97av17k9sf8f42i308240a8aikbp3hf1f8wabcy7c7ar2")))) (build-system ruby-build-system) (inputs (list lmdb)) |