[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: gnu: guix: Update to 486de73.
From: |
Ludovic Courtès |
Subject: |
01/08: gnu: guix: Update to 486de73. |
Date: |
Tue, 10 Apr 2018 19:03:54 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit b1fb247b78cb86a0be43992a700fee434c45053e
Author: Ludovic Courtès <address@hidden>
Date: Tue Apr 10 22:26:47 2018 +0200
gnu: guix: Update to 486de73.
* gnu/packages/package-management.scm (guix): Update to 486de73.
---
gnu/packages/package-management.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/package-management.scm
b/gnu/packages/package-management.scm
index f0c6b8a..9a5f73a 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -92,8 +92,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "0.14.0")
- (commit "bdf0c644dafbce2a532161f04e9bf88c9310e081")
- (revision 9))
+ (commit "486de7377f25438b0f44fd93f97e9ef822d558b8")
+ (revision 10))
(package
(name "guix")
@@ -109,7 +109,7 @@
(commit commit)))
(sha256
(base32
- "1lmkgg4c38jkd1dk9cbh3zamyrh5vml8w8445hn8wq5c3mjj2n01"))
+ "12ghbby83w335g7vbg7h52hjaal5l6mc6qmldlx8029340br8h1w"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
- branch master updated (792ddfd -> eb72cdf), Ludovic Courtès, 2018/04/10
- 01/08: gnu: guix: Update to 486de73.,
Ludovic Courtès <=
- 02/08: gnu: tlsdate: Fix compilation on aarch64-linux-gnu., Ludovic Courtès, 2018/04/10
- 03/08: gnu: libtorrent-rasterbar: Add CXXFLAGS., Ludovic Courtès, 2018/04/10
- 04/08: gnu: Add qBittorrent., Ludovic Courtès, 2018/04/10
- 06/08: self: 'package-for-guile' really honors GUILE-VERSION., Ludovic Courtès, 2018/04/10
- 07/08: gexp: 'scheme-file' can splice expressions., Ludovic Courtès, 2018/04/10
- 05/08: self: Remove 'eval-when' from in generated (guix config)., Ludovic Courtès, 2018/04/10
- 08/08: self: Produce a spliced (guix config) to placate Guile 2.0., Ludovic Courtès, 2018/04/10