diff options
author | Frederick Muriuki Muriithi | 2024-12-09 12:24:43 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-12-09 12:25:08 -0600 |
commit | ed658666041947ad1bc04590949e9e25b57cf8c8 (patch) | |
tree | 5724cb056714a31bece2f4ceb985107e10be5177 | |
parent | 2bb8aee3d63443b093305e5606fddf6a4328c7cc (diff) | |
download | guix-bioinformatics-ed658666041947ad1bc04590949e9e25b57cf8c8.tar.gz |
gn-libs: Upgrade to commit 66bac3d.
-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 587c2eb..37a5713 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -539,7 +539,7 @@ (define-public gn-libs - (let ((commit "f9caab321d56342a5cc330611ed18c38c643ed28") + (let ((commit "66bac3df1748ff263c991e121b3ce80599807998") (revision "01")) (package (name "gn-libs") @@ -553,7 +553,7 @@ (hash (content-hash (base32 - "0gqjgajm6xfkfmskx9qzpb3m2l03kvwycn8366cgdrva93a2wj1d"))))) + "11qpz6x4hgi13j1wznlxyl9fxh1la4f3s9vand34zmxk1diqisbb"))))) (build-system pyproject-build-system) (arguments (list |