sharlatan pushed a commit to branch master
in repository guix.

commit 235a1a9d7b57b42630f58b7f05d04eb52c753b17
Author: Rodion Goritskov <[email protected]>
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 <[email protected]>
---
 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 <[email protected]>
+;;; Copyright © 2023, 2024 Rodion Goritskov <[email protected]>
 ;;;
 ;;; 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="

Reply via email to