diff options
author | Frederick Muriuki Muriithi | 2024-09-11 02:21:07 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-11 02:21:07 -0500 |
commit | b0e2ca7c8e4396ff5f79ddd66f3d2ccfb808b52c (patch) | |
tree | 8519afecf4af92dabb3b997f9cb388bda9c60c6c /gn/packages | |
parent | c386e50ce7a15cc59969d4f2ca164e8bb5d06449 (diff) | |
download | guix-bioinformatics-b0e2ca7c8e4396ff5f79ddd66f3d2ccfb808b52c.tar.gz |
GeneNetwork2: Update commit and hash
This update pushes some logging of a font file. The purpose is to
debug relative paths, and prove/disprove a hypothesis.
Diffstat (limited to 'gn/packages')
-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 ef30c59..3fdde04 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -186,7 +186,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "d8e1e010a268616dbf66656f0af65848c6869f7f") + (let ((commit "ca8018a61f2e014b4aee4da2cbd00d7b591b2f6a") (revision "4")) (package (name "genenetwork2") @@ -199,7 +199,7 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "1991qf7bs60j61bkliwz3axpkwkmvyns0d935f51mnbzl2km5sbf")))) + "1md0sv3nm1kbvy3fmy52kqclf2788rvc4p8nghrnkfvh5x3pqn9x")))) (native-inputs (list graphviz)) (propagated-inputs |