aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/bioinformatics.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index df51a78c8b..83299acb48 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8048,14 +8048,14 @@ genome data packages and support for efficient SNP representation.")
(define-public r-impute
(package
(name "r-impute")
- (version "1.56.0")
+ (version "1.58.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "impute" version))
(sha256
(base32
- "08z0pj1dz5iq967nwj67qyka7ir7m5an2ggv7bsrlz3apzfsla33"))))
- (inputs
+ "144jb889979cv3il2zxqk724v3sj1wnzjm3lkspxcvk29dbb9q8j"))))
+ (native-inputs
`(("gfortran" ,gfortran)))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/impute")
acking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-24lint: Add description check for common typos....Vagrant Cascadian 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-02import: stackage: Use 'define-json-mapping'....Ludovic Courtès 2021-09-28test: lint: Fix ‘haskell-stackage’ test....Xinglu Chen 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-07-13lint: Check for leading whitespace in description....Brice Waegeneire 2021-07-11lint: Add 'input-labels' checker....Ludovic Courtès 2021-07-07lint: Lint usages of 'wrap-program' without a "bash" input....Maxime Devos 2021-06-30lint: Verify if #:tests? is respected in the 'check' phase....Maxime Devos 2021-06-19Merge branch 'master' into core-updates...Marius Bakke 2021-06-08lint: Check for trailing whitespace in description....Xinglu Chen 2021-06-08lint: Check for trailing whitespace in synopsis....Xinglu Chen 2021-06-06Merge branch 'master' into core-updates...Marius Bakke 2021-06-06lint: tests-true: Check if tests are enabled when cross-compiling....Maxime Devos 2021-05-22lint: archival: Lookup content in Disarchive database....Ludovic Courtès 2021-05-09Merge branch 'master' into core-updates...Marius Bakke 2021-04-16lint: Warn about underscores in package names....Xinglu Chen 2021-03-30build-system: Rewrite using gexps....Ludovic Courtès 2021-03-13tests: Remove obsolete comment....Tobias Geerinckx-Rice 2021-03-06tests: do not hard code HTTP ports...Maxime Devos 2020-12-07tests: lint: Add origin patch file name test cases....Chris Marusich 2020-11-21lint: Add 'check-haskell-stackage' checker....Timothy Sample 2020-11-21lint: Add 'patch-headers' checker....Ludovic Courtès 2020-07-25Use 'formatted-message' instead of '&message' where appropriate....Ludovic Courtès 2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès 2020-07-12lint: source: Validate URLs of Git references....Ludovic Courtès 2020-06-26tests: Skip lint tests when HTTP server cannot listen....Ludovic Courtès 2020-06-14lint: Add 'check-for-collisions' checker....Ludovic Courtès