[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/17: gnu: clifm: Update to 1.16
From: |
guix-commits |
Subject: |
04/17: gnu: clifm: Update to 1.16 |
Date: |
Fri, 9 Feb 2024 17:19:41 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 235a1a9d7b57b42630f58b7f05d04eb52c753b17
Author: Rodion Goritskov <rodion.goritskov@gmail.com>
AuthorDate: Wed Feb 7 00:19:59 2024 +0400
gnu: clifm: Update to 1.16
* gnu/packages/clifm.scm (clifm): Update to 1.16.
Change-Id: I0bbc1599c4f5cfdfea4e662c3e61318c3c1495a6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/clifm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/clifm.scm b/gnu/packages/clifm.scm
index 92d14f1072..c5610c1afc 100644
--- a/gnu/packages/clifm.scm
+++ b/gnu/packages/clifm.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2023 Rodion Goritskov <rodion.goritskov@gmail.com>
+;;; Copyright © 2023, 2024 Rodion Goritskov <rodion.goritskov@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,7 +30,7 @@
(define-public clifm
(package
(name "clifm")
- (version "1.15")
+ (version "1.16")
(source
(origin
(method git-fetch)
@@ -39,7 +39,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1r9pxlyn8jg0wmzbmbc71l42098lz5k32k6yid09yz6d0gaax7g1"))))
+ (base32 "1ddg6d4y4kfjk34j0fb7nij5vi5m69vv48knv7j1plbhzqk6qg5n"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "CC="
- branch master updated (8ffc923368 -> 6dcc097cd8), guix-commits, 2024/02/09
- 02/17: gnu: bcachefs-tools: Restyle format., guix-commits, 2024/02/09
- 01/17: gnu: bcachefs-tools: Update to 1.4.1., guix-commits, 2024/02/09
- 06/17: gnu: syncthing: Update to 1.27.2., guix-commits, 2024/02/09
- 12/17: gnu: moe: Update to 1.14., guix-commits, 2024/02/09
- 14/17: gnu: Deprecate the go-github-com-errata-ai-vale variable., guix-commits, 2024/02/09
- 15/17: gnu: vale: Remove package labeles., guix-commits, 2024/02/09
- 17/17: gnu: patool: Update to 2.1.1., guix-commits, 2024/02/09
- 04/17: gnu: clifm: Update to 1.16,
guix-commits <=
- 03/17: gnu: pigz: Update to 2.8., guix-commits, 2024/02/09
- 05/17: gnu: vxl: Update to 3.5.0., guix-commits, 2024/02/09
- 07/17: gnu: fheroes2: Update to 1.0.11., guix-commits, 2024/02/09
- 08/17: gnu: dos2unix: Update to 7.5.2., guix-commits, 2024/02/09
- 09/17: gnu: mupdf: Update to 1.23.9., guix-commits, 2024/02/09
- 11/17: gnu: gama: Update to 2.28., guix-commits, 2024/02/09
- 10/17: gnu: wlr-randr: Update to 0.4.0., guix-commits, 2024/02/09
- 13/17: gnu: packages: textuitils: Sort use-module alphabetically., guix-commits, 2024/02/09
- 16/17: gnu: patool: Fix build., guix-commits, 2024/02/09