diff options
author | Frederick Muriuki Muriithi | 2025-08-01 13:05:17 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-08-11 11:04:41 -0500 |
commit | 5f7b1426bd8b2bcb9f2d634bdfc206415af85532 (patch) | |
tree | 6e92647207c08e91f7e1f2e994eac20cd2ecb63c | |
parent | c5f45c8afbfaed4dd5fbe53373c0500f53ba2d0a (diff) | |
download | guix-bioinformatics-5f7b1426bd8b2bcb9f2d634bdfc206415af85532.tar.gz |
python-cram: Import the new module.
-rw-r--r-- | gn/packages/bioinformatics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 4a85cff..bd10bf9 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -77,6 +77,7 @@ #:use-module (gnu packages python-science) #:use-module (gnu packages python-web) #:use-module ((gnu packages python-xyz) #:hide (python2-six)) + #:use-module (gnu packages python-check) #:use-module (gnu packages rdf) #:use-module (gnu packages readline) #:use-module (gnu packages rsync) |