diff options
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 5c28a99..9a07c04 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -18,6 +18,7 @@ #:use-module (guix packages) #:use-module (gnu packages) #:use-module (gnu packages base) + #:use-module (gnu packages certs) #:use-module (gnu packages bioconductor) #:use-module (gnu packages bioinformatics) #:use-module (gnu packages check) @@ -113,7 +114,7 @@ ((#:tests? _ #f) #f))))) (define-public genenetwork3 - (let ((commit "efa965c34db3662762dde8ecf376cce561d85453") + (let ((commit "0820295202c2fe747c05b93ce0f1c5a604442f69") (revision "5")) (package (name "genenetwork3") @@ -127,7 +128,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1civzslhgxng707i5iqjb59xp8n5n6qci4dhcryi013jfmih8gni")))) + "1q4chw75ywrzgdhjh71c883dxzn71b92hsn4ipz7vj0bmymdcw53")))) (inputs (list python-click)) (native-inputs @@ -138,6 +139,7 @@ (propagated-inputs (list csvdiff diffutils + nss-certs gemma-wrapper gn-rust-correlation python-argon2-cffi @@ -186,7 +188,7 @@ (license license:agpl3+)))) (define-public genenetwork2 - (let ((commit "0998033d0a7ea26ed96b00a360a334bae6de8c55") + (let ((commit "578a8ebe14bcc116c8cf12736a06cd56595b80fb") (revision "4")) (package (name "genenetwork2") @@ -199,12 +201,13 @@ (file-name (string-append name "-" version)) (sha256 (base32 - "1ffp18b01qj94ij7wqyvxlb7db2w6wb63iv3ninp9ir2bwy0g2m7")))) + "059yhmq70j4wz5h66lmn68fijdb1j7236i7740dghrlminmak4a9")))) (native-inputs (list graphviz)) (propagated-inputs (list genenetwork3 coreutils + nss-certs gemma gemma-wrapper git @@ -459,6 +462,7 @@ python-hypothesis)) (propagated-inputs (list gunicorn + nss-certs python-redis python-flask python-pyyaml @@ -479,7 +483,7 @@ (license license:agpl3+)))) (define-public gn-auth - (let ((commit "12edc160df0ead9ac1ae4e62a44d49582e063021") + (let ((commit "95e65819fd4155f539734a5de2eb108d232703a6") (revision "01")) (package (name "gn-auth") @@ -493,7 +497,7 @@ (hash (content-hash (base32 - "11kixqv3rwfaad43bcqyh085gb0jfcpvzrlx66grkk73cqydgyzl"))))) + "0z9qpgn0j9idzi975ykh04bq2r4pz5d0pppk2zvxiyhxxgxjydrx"))))) (build-system python-build-system) (arguments (list @@ -512,6 +516,8 @@ python-pytest-mock)) (propagated-inputs (list gunicorn + nss-certs + python-blinker python-argon2-cffi python-authlib python-email-validator |