[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: qdirstat: Update to 1.8.1.
From: |
guix-commits |
Subject: |
02/06: gnu: qdirstat: Update to 1.8.1. |
Date: |
Tue, 26 Jul 2022 16:39:44 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit a7068d3e972732a244695c0a418690513bbb7e12
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 24 02:00:02 2022 +0200
gnu: qdirstat: Update to 1.8.1.
* gnu/packages/disk.scm (qdirstat): Update to 1.8.1.
---
gnu/packages/disk.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 47b15e588f..90035f7255 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1401,7 +1401,7 @@ wrapper for disk usage querying and visualisation.")
(define-public qdirstat
(package
(name "qdirstat")
- (version "1.8")
+ (version "1.8.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1410,7 +1410,7 @@ wrapper for disk usage querying and visualisation.")
(file-name (git-file-name name version))
(sha256
(base32
- "079rmy3j0442y5gjh6la6w1j6jaw83wklamrf19yxi20zsm99xs7"))))
+ "04vpdlwk01kgmc4r5rnrmrgd4sf2kfh1rjzb2rjkfxdd4pbghsy9"))))
(arguments
`(#:phases
(modify-phases %standard-phases
- branch master updated (57ee9b069d -> ac65e3029b), guix-commits, 2022/07/26
- 01/06: gnu: linux-libre@5.10: Update to 5.10.133., guix-commits, 2022/07/26
- 02/06: gnu: qdirstat: Update to 1.8.1.,
guix-commits <=
- 03/06: gnu: gnome-commander: Update to 1.14.3., guix-commits, 2022/07/26
- 04/06: gnu: libmtp: Update to 1.1.20., guix-commits, 2022/07/26
- 06/06: gnu: axc: Update to 0.3.7., guix-commits, 2022/07/26
- 05/06: gnu: libmtp: Use G-expressions., guix-commits, 2022/07/26