diff options
author | BonfaceKilz | 2022-04-14 15:33:14 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-14 15:34:59 +0300 |
commit | d9d61705d6849f4c4af7fe8f42a11d5b60b9d3f4 (patch) | |
tree | d1aa68b9fa0c622ee345341d3862b1638d679fdd /gn | |
parent | 6c3fbd7f0eea02d260c3d101439dde10874a9a16 (diff) | |
download | guix-bioinformatics-d9d61705d6849f4c4af7fe8f42a11d5b60b9d3f4.tar.gz |
Update genetwork3 to 39afc68
* gn/packages/genenetwork.scm: Update commit and hash.
Diffstat (limited to 'gn')
-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 8bf64d8..8c57782 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -115,7 +115,7 @@ ,@(alist-delete "python-seaborn" (package-propagated-inputs python-pingouin)))))) (define-public genenetwork3 - (let ((commit "48cc775e5cbcb9cf8e97b966c86527c5344fa6ea")) + (let ((commit "39afc680ea3eac81a2e5fff763c1cd1a51156bb5")) (package (name "genenetwork3") (version (git-version "0.1.0" "2" commit)) @@ -128,7 +128,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "19w71ikjb8nzhd9rji4w9mabilpwd2yz638n3lflz4vl40j81769")))) + "09v2y2250wikb0r1ziys4k89132yf7sm5w2qqbyhcj26yzi8cvh9")))) (native-inputs (list python-hypothesis python-mypy |