diff options
author | BonfaceKilz | 2021-05-13 11:30:52 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-13 11:30:52 +0300 |
commit | aebe9fa3425f9fe316937ff188bc4d30e43dda45 (patch) | |
tree | 0fa1db52cc1af05f6dbef4ac894b38ac1aeab627 /gn/packages/genenetwork.scm | |
parent | 3dce8693c6b1940549d81ebac8e3c10c9c0a1265 (diff) | |
download | guix-bioinformatics-aebe9fa3425f9fe316937ff188bc4d30e43dda45.tar.gz |
gn: Update genenetwork3 to 0.0.1-guix-09f6992
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 464140d..e367506 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -417,7 +417,7 @@ Graphical Fragment Assembly} files and related formats.") (license license:agpl3+)))) (define-public genenetwork3 - (let ((commit "45f4dc8b2079ce97374785984b6f31049f374fd5")) + (let ((commit "09f699253400a807e2390e6515b204a1b9f4c3a9")) (package (name "genenetwork3") (version (string-append "0.0.1-guix-" (string-take commit 7))) @@ -430,7 +430,7 @@ Graphical Fragment Assembly} files and related formats.") (file-name (git-file-name name version)) (sha256 (base32 - "1jyqf01b16bll8cf6v4562d141d1b64jicdcwm8k2q56vs2k461p")))) + "1m7vb7xsaac2pg8d996ylg00k5w18bb7z3wn61dwj4cmi9yi0w59")))) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) ("python" ,python-wrapper) |