diff options
author | Frederick Muriuki Muriithi | 2022-08-30 03:57:56 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-08-30 04:01:35 +0300 |
commit | 6f7cc2f5b72796c3f4be49462ca9f74d89674997 (patch) | |
tree | 0495fcca385087bf82cbb62a5bff2445f42294c5 | |
parent | 170bed12dabb2003f207b85010b773bdf8417d1a (diff) | |
download | guix-bioinformatics-6f7cc2f5b72796c3f4be49462ca9f74d89674997.tar.gz |
gn: genenetwork3: Update to 0.1.0-2.9ef2ddc.
* gn/packages/genenetwork.scm (genenetwork3) Update to
0.1.0-2.9ef2ddc.
-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 4bad0e0..6b38380 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -100,7 +100,7 @@ (license #f)))) (define-public genenetwork3 - (let ((commit "6db3b2af8fc09999996d3acc09890a06f179c669")) + (let ((commit "9ef2ddca0bea793b6073f0f7cf2e691a45586fa9")) (package (name "genenetwork3") (version (git-version "0.1.0" "2" commit)) @@ -113,7 +113,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1ks559qa48fpdzbps1ls1g6403l8ab54fah3kgb3pw92wk5h5r2f")))) + "0jzqcgz32www0m489qfdq0y8idh9pp982w1wpbgncmvr8bc4kv09")))) (native-inputs (list python-hypothesis python-mypy |