diff options
| author | Frederick Muriuki Muriithi | 2025-10-06 12:25:52 -0500 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-10-06 12:25:52 -0500 |
| commit | 04deac0720704889707a361342c037095160a0c9 (patch) | |
| tree | 051e03d99b25b736fa4d7a48307b8c2f31a4c151 | |
| parent | 7248e29a32be712b2378fbe0112ae5a1c7e2332e (diff) | |
| download | guix-bioinformatics-04deac0720704889707a361342c037095160a0c9.tar.gz | |
genenetwork3: Upgrade to commit d24ffc9.
| -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 1ea7475..a933de7 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -118,7 +118,7 @@ ((#:tests? _ #f) #f))))) (define-public genenetwork3 - (let ((commit "082d585fcb7e1f488831faf71785480d20173c5e") + (let ((commit "d24ffc9afa92c7d938813ee6745f8d43ac88a0a8") (revision "5")) (package (name "genenetwork3") @@ -132,7 +132,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1hky4ya4x8i9kidlxdsm71lpp987zxf90jlr4czi6agpaa9ir2id")))) + "19lnwrb30hz3wp2nh09fvvpd75jig5gy5vjfzw3m9k9bvd6ac9f4")))) (inputs (list python-click)) (native-inputs |
