diff options
author | Frederick Muriuki Muriithi | 2025-03-31 10:34:00 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-31 10:34:00 -0500 |
commit | db01968f8d441e42986a6109718b70b515c79e75 (patch) | |
tree | 5866abf5581b8ff45e25ad5c3870712f40d42abb /gn | |
parent | 959aa5e2e1ceed24013984786a19d9d57a2c5d17 (diff) | |
download | guix-bioinformatics-db01968f8d441e42986a6109718b70b515c79e75.tar.gz |
GeneNetwork2: Upgrade to 23e308d.
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 e289f67..d93a0bf 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 "ffc39ef4b9d850375888161d0f38f797ce37e785") + (let ((commit "23e308dd204735ca90553f4db03417347fd7f260") (revision "4")) (package (name "genenetwork2") @@ -237,7 +237,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "0b7dzbg5zzpm9p98047n36wwc25gfwr7hb2ns8l4z586p06m1yph")))) + "19n5xzd6sm42b0a2b850lwbpqdfdkq5nmgjkvq6y1b2b8lmzf0xd")))) (native-inputs (list graphviz)) (propagated-inputs |