diff options
author | Frederick Muriuki Muriithi | 2025-03-14 11:30:24 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-14 11:30:24 -0500 |
commit | c81cd53f4745748b01eb9ce7c7971fd86a5ba583 (patch) | |
tree | a2a0866d6ae56a8ab713a8a4388da4cba6e10d4b | |
parent | defabb57f754c2f2ab102cce51dfaa6a35d56677 (diff) | |
download | guix-bioinformatics-c81cd53f4745748b01eb9ce7c7971fd86a5ba583.tar.gz |
genenetwork2: upgrade to commit 9c0ddee.
-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 1402062..42e1ad4 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -224,7 +224,7 @@ storage.") (license license:bsd-3))) (define-public genenetwork2 - (let ((commit "4d0335b2d39c1a1871e10c8f0c7ba482815ab91b") + (let ((commit "9c0ddee595e6d67a042296dd9933c92418f87917") (revision "4")) (package (name "genenetwork2") @@ -237,7 +237,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "0lpm4yi6rxvi79lcw7cnbhy86863bfy30hzjpx452lzxy4fk3338")))) + "1vq1vkwwbw5z6rg96hbiir8b0rr9wrx3izsh7s1j1xchbghfk5bi")))) (native-inputs (list graphviz)) (propagated-inputs |