diff options
author | Frederick Muriuki Muriithi | 2022-08-02 07:18:16 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2022-08-02 14:48:46 +0300 |
commit | 2396177020fa63026dc99240c4b55e94510cc911 (patch) | |
tree | bf605dd71c63f495f12cf51b542be8642e586959 | |
parent | 198a8fc1a62a5824b4cf0a6729d1ab75bb7f5d59 (diff) | |
download | guix-bioinformatics-2396177020fa63026dc99240c4b55e94510cc911.tar.gz |
gn: genenetwork2: Update to 3.11-2.85ad783.
* gn/packages/genenetwork.scm (genenetwork2): Update to 3.11-2.85ad783.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-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 a0c06f7..553ed55 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -156,7 +156,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "c6d6b1b59531d44b514f97184160d4bb096b01b5")) + (let ((commit "85ad7837364a3436bf2a5b94417e078d66abf9a8")) (package (name "genenetwork2") (version (git-version "3.11" "2" commit)) @@ -168,7 +168,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "11dd6csjf53jsi1d26b4g0vw8l3s8n2aihbdxyn3a79i52iyy183")))) + "02rm5lb4bld2bdjd2mmqh6mpahfayphwc6b4kawqhwh1xqsdznfq")))) (native-inputs (list graphviz)) (propagated-inputs |