diff options
author | BonfaceKilz | 2021-05-27 09:57:22 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-05-27 09:57:22 +0300 |
commit | 76a0deb6f1a6898814cb257afc0b6b61c38e63a2 (patch) | |
tree | fbcefa23aebf2b6cb5e82a9eebe85dec7da38fb1 /gn/packages/genenetwork.scm | |
parent | 3923c8b05f6cd93b53fa984d49165c1e87176daa (diff) | |
download | guix-bioinformatics-76a0deb6f1a6898814cb257afc0b6b61c38e63a2.tar.gz |
gn: Update genenetwork3 to 0.0.1-guix-cd08b40
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 e367506..9b7bf36 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 "09f699253400a807e2390e6515b204a1b9f4c3a9")) + (let ((commit "cd08b40a4c646ec4acc242f9ea93037e7df9966b")) (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 - "1m7vb7xsaac2pg8d996ylg00k5w18bb7z3wn61dwj4cmi9yi0w59")))) + "07a7iwp2v78cy1i7xpl2anir2wsrabyzawkdgiwnddxcqf00iwzk")))) (propagated-inputs `(("coreutils" ,coreutils) ("gemma-wrapper" ,gemma-wrapper) ("python" ,python-wrapper) |