[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: ncdu2: Update to 2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: ncdu2: Update to 2.1. |
Date: |
Tue, 15 Mar 2022 16:29:44 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 652b26d489 gnu: ncdu2: Update to 2.1.
652b26d489 is described below
commit 652b26d489e86dbf507e888ed747811c2000b06a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 15 22:29:11 2022 +0200
gnu: ncdu2: Update to 2.1.
* gnu/packages/ncdu.scm (ncdu2): Update to 2.1.
---
gnu/packages/ncdu.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm
index ed0f00b3b3..7089ac8c89 100644
--- a/gnu/packages/ncdu.scm
+++ b/gnu/packages/ncdu.scm
@@ -59,14 +59,14 @@ ncurses installed.")
(package
(inherit ncdu)
(name "ncdu2") ; To destinguish it from the C based version.
- (version "2.0.1")
+ (version "2.1")
(source (origin
(method url-fetch)
(uri (string-append "https://dev.yorhel.nl/download/ncdu-"
version ".tar.gz"))
(sha256
(base32
- "0j3w8xixz1zkzcpk0xrh6y3r7sii3h3y31lbvs5iqc5q7q6day9g"))))
+ "1zlml62j57nb8k2simjy1bj2bp69zj517injy85c0p55ch5d5a2b"))))
(arguments
(list
#:make-flags
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: ncdu2: Update to 2.1.,
guix-commits <=