diff options
Diffstat (limited to 'gn/packages/genenetwork.scm')
-rw-r--r-- | gn/packages/genenetwork.scm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/gn/packages/genenetwork.scm b/gn/packages/genenetwork.scm index 745cb18..4c35f86 100644 --- a/gn/packages/genenetwork.scm +++ b/gn/packages/genenetwork.scm @@ -25,7 +25,7 @@ #:use-module (gnu packages bioinformatics) #:use-module (gnu packages check) #:use-module (gnu packages cran) - #:use-module (gnu packages crates-io) + #:use-module (past-crates packages crates-io) #:use-module (gnu packages compression) #:use-module (gnu packages databases) #:use-module (gnu packages ghostscript) @@ -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 @@ -227,7 +227,7 @@ storage.") (license license:bsd-3))) (define-public genenetwork2 - (let ((commit "2881fd0657cf632e003e4666e7ff301b96f47ceb") + (let ((commit "e00d5adc4534d07fe97e20f491d33b3ad843ca72") (revision "4")) (package (name "genenetwork2") @@ -240,7 +240,7 @@ storage.") (file-name (string-append name "-" version)) (sha256 (base32 - "0cbjq7l2wpw78zankz9hpdln1nn1b8qzf5hsn7g8wcxp7ikacfnl")))) + "17hrsznb0ph2agsw1rin41pry96w4kpk3zzr5c2pfasgmsai219g")))) (native-inputs (list graphviz)) (propagated-inputs @@ -533,7 +533,7 @@ storage.") (license license:agpl3+)))) (define-public gn-auth - (let ((commit "33418d9f428c8ea5dc14f2accc15f4abbf275ab2") + (let ((commit "9839e5bf35bd7be158b35fa98a734f7a3473688d") (revision "01")) (package (name "gn-auth") @@ -548,7 +548,7 @@ storage.") (hash (content-hash (base32 - "0ljwhcdm65z33b352skg84c4b04qsg76k1ing43y6sw427rxjany"))))) + "1lsi7z8hvpdqgcsx3zc5ip701xka9s75c7r4pjlby2ryjc0gw83d"))))) (build-system python-build-system) (arguments (list |