[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: ncdu: Update to 1.14.2.
From: |
guix-commits |
Subject: |
09/12: gnu: ncdu: Update to 1.14.2. |
Date: |
Mon, 17 Feb 2020 15:57:55 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit aa7773402328920f79feebc380e750226cbda5ec
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 19:50:02 2020 +0100
gnu: ncdu: Update to 1.14.2.
* gnu/packages/ncdu.scm (ncdu): Update to 1.14.2.
---
gnu/packages/ncdu.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index 62fe84c..720b8a7 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,14 +28,14 @@
(define-public ncdu
(package
(name "ncdu")
- (version "1.14.1")
+ (version "1.14.2")
(source (origin
(method url-fetch)
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
version ".tar.gz"))
(sha256
(base32
- "0gp1aszzrh8b6fhv8fspvkmr0qwc55z6z4w6l7r8j09sq7lf0cdy"))))
+ "1cf6a9qw7ljaw09b0g7c5i252dl7wb2mnkrbwwwf7m0c3mf7yyll"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)))
(synopsis "Ncurses based disk usage analyzer")
- branch master updated (15e6262 -> 1f634b8), guix-commits, 2020/02/17
- 02/12: gnu: librevenge: Don't use NAME in source URI., guix-commits, 2020/02/17
- 01/12: gnu: orcus: Don't use NAME in source URI., guix-commits, 2020/02/17
- 04/12: gnu: mpc: Fix home page domain., guix-commits, 2020/02/17
- 05/12: gnu: libmpdclient: Update to 2.18., guix-commits, 2020/02/17
- 06/12: gnu: Follow multiprecision.org subdomain redirections., guix-commits, 2020/02/17
- 08/12: gnu: ncmpc: Update to 0.37., guix-commits, 2020/02/17
- 09/12: gnu: ncdu: Update to 1.14.2.,
guix-commits <=
- 07/12: gnu: mpd: Update to 0.21.19., guix-commits, 2020/02/17
- 03/12: gnu: yapet: Update home page., guix-commits, 2020/02/17
- 12/12: gnu: nginx: Update to 1.17.8., guix-commits, 2020/02/17
- 10/12: gnu: nethack: Update to 3.6.5., guix-commits, 2020/02/17
- 11/12: gnu: socat: Update to 1.7.3.4., guix-commits, 2020/02/17