diff options
author | Frederick Muriuki Muriithi | 2022-04-12 12:26:10 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-13 10:57:00 +0300 |
commit | a94c9d027531bbe7f6826ab94d07adeecaf7ef36 (patch) | |
tree | 3f125e4047dca8e91bfaf50d3a8745d873b3ccbb /gn | |
parent | 58162946158199f01ac177e48b543a493e59fe16 (diff) | |
download | guix-bioinformatics-a94c9d027531bbe7f6826ab94d07adeecaf7ef36.tar.gz |
Update GN3 to latest commit
GN2 on the testing branch relies on features in GN3 that are not
present in commit 16367dab9248d3aa2660e0b5cafdce25e8f7067c of
GN3. This commit thus updates the dependency to get the latest version
of GN3 that is building successfully.
Signed-off-by: BonfaceKilz <me@bonfacemunyoki.com>
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 a653ab4..8bf64d8 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -115,7 +115,7 @@ ,@(alist-delete "python-seaborn" (package-propagated-inputs python-pingouin)))))) (define-public genenetwork3 - (let ((commit "16367dab9248d3aa2660e0b5cafdce25e8f7067c")) + (let ((commit "48cc775e5cbcb9cf8e97b966c86527c5344fa6ea")) (package (name "genenetwork3") (version (git-version "0.1.0" "2" commit)) @@ -128,7 +128,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0gm93kac4j36djv07d2nv609r29vlby3ak2287ipfnqs46jjz8s5")))) + "19w71ikjb8nzhd9rji4w9mabilpwd2yz638n3lflz4vl40j81769")))) (native-inputs (list python-hypothesis python-mypy |