about summary refs log tree commit diff
diff options
context:
space:
mode:
authorpjotrp2025-08-16 11:38:55 +0200
committerpjotrp2025-08-16 11:38:59 +0200
commit10df808fd6c0761f9eb2e86274d06e2dc4d5c31a (patch)
treefdf518fd16cedaee3fa693afdddf310be04cc8e1
parent269f99f1e1f0c253ecdd99f04bc7c6697012b0aa (diff)
downloadguix-bioinformatics-10df808fd6c0761f9eb2e86274d06e2dc4d5c31a.tar.gz
ruby-lmdb: upgrade
-rw-r--r--gn/packages/ruby.scm6
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))