From 61e41d51326ca887a756ee8058ddfe1f810ea5b8 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 27 Apr 2019 17:07:52 +0200 Subject: gnu: guix: Update to 0c329bf. * gnu/packages/package-management.scm (guix): Update to 0c329bf. --- gnu/packages/package-management.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 1556e103d5..a490945970 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm @@ -110,8 +110,8 @@ ;; Note: the 'update-guix-package.scm' script expects this definition to ;; start precisely like this. (let ((version "0.16.0") - (commit "b8b1e4d9a2a976c4cd9933bb6a7451340f17e9ec") - (revision 13)) + (commit "0c329bf4b0c00abdc9a7d9c818d36d4d60b3005d") + (revision 14)) (package (name "guix") @@ -127,7 +127,7 @@ (commit commit))) (sha256 (base32 - "1rljn9db8lxajbdcl94a6i7skk4a3rgjs25mxf35hnh0lpipqa03")) + "1403vrazx46w9hcvqjyxa4ipwvqv0432f6rsn4981w1n3p1j4mf6")) (file-name (string-append "guix-" version "-checkout")))) (build-system gnu-build-system) (arguments -- cgit v1.2.3 /tree/build-aux/build-self.scm?id=d27dfbf7f91f88786043b157c24ad3bf351a53e4'>treecommitdiff
path: root/build-aux/build-self.scm
AgeCommit message (Expand)Author
2020-08-24Use "guile-zlib" and "guile-lzlib" instead of (guix config)....Mathieu Othacehe
2020-04-08Merge branch 'master' into core-updates...Marius Bakke
2020-04-06build-self: Avoid call to 'show-what-to-build*' on modern Guix....Ludovic Courtès
2020-03-19Merge branch 'master' into core-updatesMarius Bakke
2020-03-19build-self: Import (ice-9 threads) in the compute-guix-derivation script....Marius Bakke
2020-03-16gnu: Default to Guile 3.0....Ludovic Courtès
2020-02-20build-self: Show wider backtraces....Ludovic Courtès
2019-07-16Use more guix.gnu.org....Tobias Geerinckx-Rice
2019-05-12build-self: Let HOME pass through the execution environment....Ludovic Courtès
2019-05-11Revert "build-self: Let HOME pass through the execution environment."...Tobias Geerinckx-Rice
2019-05-11build-self: Let HOME pass through the execution environment....Ludovic Courtès
2019-04-23build-self: Explain why we keep using deprecated bindings....Ludovic Courtès
2019-04-23Revert "build-self: Avoid deprecated bindings."...Ludovic Courtès
2019-04-22build-self: Avoid deprecated bindings....Mark H Weaver
2019-04-17self: Remove unused variable....Ludovic Courtès
2019-03-26build-self: Disable position recording....Ludovic Courtès
2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès
2019-01-21build-self: Execute trampoline in a clean environment....Ludovic Courtès
2019-01-08build-self: Spin only on TTYs....Ludovic Courtès
2019-01-06build-self: Don't clobber the output port....Ludovic Courtès
2018-09-13Merge branch 'master' into core-updatesLeo Famulari
2018-09-13build-self: Emit a useful message upon error....Ludovic Courtès
2018-09-13build-self: Add a dummy (git) module to 'compute-guix-derivation'....Ludovic Courtès
2018-09-09Merge branch 'master' into core-updatesMarius Bakke
2018-09-06build-self: Accomodate upgrades from May 2016 and earlier....Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-27build-self: Default to Guile 2.2 when building a standalone Guix....Ludovic Courtès
2018-07-27gnu: guile: Remove version 2.2.2....Ludovic Courtès
2018-06-26build-self: Inherit the daemon connection from the parent process....Ludovic Courtès
2018-06-21build-self: Avoid recompilations of 'compute-guix-derivation'....Ludovic Courtès
2018-06-18self: Define derived '-directory' variables in config.scm....Ludovic Courtès
2018-06-18build-self: Do not rely on '%store-database-directory'....Ludovic Courtès
2018-06-18build: Remove checks for 'nix-instantiate'....Ludovic Courtès
2018-06-18self: Make (guix config) generation really stateless....Ludovic Courtès
2018-06-09self: Produce a complete package with the 'guix' command....Ludovic Courtès
2018-04-08build-self: Add missing 'close-pipe' call....Ludovic Courtès
2018-04-08build-self: Use (guix self)....Ludovic Courtès
2018-02-15pull: Update the %sbindir variable in (guix config) when building....Diego Nicola Barbato