aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-04-14 10:59:01 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-04-14 11:29:38 +0200
commit21037105ace009c4e96acce92dcdda84e8d765e1 (patch)
tree19c92f1c85e0a9836cdb093f0d6ab6d7a2b523a6 /.gitattributes
parentf8a38e83809e5e717c03af773954a7ca7659cf8d (diff)
downloadguix-21037105ace009c4e96acce92dcdda84e8d765e1.tar.gz
guix-21037105ace009c4e96acce92dcdda84e8d765e1.zip
gnu: r-enrichplot: Update to 1.14.2.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.14.2.
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions
to MACHINE beforehand." (let ((environment (machine-environment machine))) ((environment-type-machine-remote-eval environment) machine exp))) (define (deploy-machine machine) "Monadic procedure transferring the new system's OS closure to the remote MACHINE, activating it on MACHINE and switching MACHINE to the new generation." (let ((environment (machine-environment machine))) ((environment-type-deploy-machine environment) machine))) (define (roll-back-machine machine) "Monadic procedure rolling back to the previous system generation on MACHINE. Return the number of the generation that was current before switching and the new generation number." (let ((environment (machine-environment machine))) ((environment-type-roll-back-machine environment) machine))) ;;; ;;; Error types. ;;; (define-condition-type &deploy-error &error deploy-error? (should-roll-back deploy-error-should-roll-back) (captured-args deploy-error-captured-args))