[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/68: gnu: guile-newt: Update to revision 4.
From: |
guix-commits |
Subject: |
18/68: gnu: guile-newt: Update to revision 4. |
Date: |
Thu, 17 Jan 2019 08:05:11 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 7e3e6d721dd084d9245acb7ab867e1496ce2e887
Author: Mathieu Othacehe <address@hidden>
Date: Wed Dec 5 14:15:11 2018 +0900
gnu: guile-newt: Update to revision 4.
* gnu/packages/guile.scm (guile-newt): Update to revision 4.
---
gnu/packages/guile.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index cf2ad0b..7564767 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -2320,8 +2320,8 @@ Guile.")
;; There has not been any release yet.
(define-public guile-newt
- (let ((commit "f19b02d12451cf9f0e8c05e910499dd25f3810e6")
- (revision "3"))
+ (let ((commit "80c1e9e71945f833386d1632b52573e59325804f")
+ (revision "4"))
(package
(name "guile-newt")
(version (string-append "0-" revision "." (string-take commit 9)))
@@ -2333,7 +2333,7 @@ Guile.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "1484ham2abzm8zjfzzmfl13ib3l0vfqd1d0ixkgpvp92yi03sacs"))))
+ "1w7qy4dw1f4bx622l6hw8mv49sf1ha8kch8j4nganyk8fj0wn695"))))
(build-system gnu-build-system)
(arguments
'(#:make-flags
- 47/68: installer: Display an eventual backtrace in a page., (continued)
- 47/68: installer: Display an eventual backtrace in a page., guix-commits, 2019/01/17
- 26/68: installer: Add hostname., guix-commits, 2019/01/17
- 10/68: guix: self: Do not install (gnu system install)., guix-commits, 2019/01/17
- 25/68: installer: Add services page., guix-commits, 2019/01/17
- 11/68: gnu: installer: Launch the installer as kmscon login-program., guix-commits, 2019/01/17
- 13/68: installer: Move everything to the build side., guix-commits, 2019/01/17
- 15/68: tests: Rename %test-encrypted-os to %test-encrypted-root-os., guix-commits, 2019/01/17
- 17/68: services: herd: Allow to pass arguments to start-service., guix-commits, 2019/01/17
- 19/68: gnu: Add guile-parted., guix-commits, 2019/01/17
- 16/68: build: syscalls: Add device-in-use?., guix-commits, 2019/01/17
- 18/68: gnu: guile-newt: Update to revision 4.,
guix-commits <=
- 62/68: installer: keymap: Put English layout and international variant ahead., guix-commits, 2019/01/17
- 12/68: installer: Rewrite welcome page., guix-commits, 2019/01/17
- 64/68: syscalls: 'device-in-use?' does not create a port., guix-commits, 2019/01/17
- 14/68: installer: Fix locale installation., guix-commits, 2019/01/17
- 68/68: installer: Fix manual partitioning., guix-commits, 2019/01/17
- 66/68: installer: Adjust messages on the final page., guix-commits, 2019/01/17
- 65/68: syscalls: 'device-in-use?' returns #f upon EINVAL., guix-commits, 2019/01/17
- 67/68: installer: "formating" → "formatting"., guix-commits, 2019/01/17
- 63/68: installer: partition: Add encryption password confirmation., guix-commits, 2019/01/17
- 03/68: services: kmscon: Remove virtual-terminal requirement., guix-commits, 2019/01/17