guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: lesspipe: Update to 2.17.


From: guix-commits
Subject: branch master updated: gnu: lesspipe: Update to 2.17.
Date: Fri, 10 Jan 2025 14:32:13 -0500

This is an automated email from the git hooks/post-receive script.

avp pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 842e7944fe gnu: lesspipe: Update to 2.17.
842e7944fe is described below

commit 842e7944fe5eb6d284f2b730c46912d027390c2e
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Fri Jan 10 22:30:58 2025 +0300

    gnu: lesspipe: Update to 2.17.
    
    * gnu/packages/less.scm (lesspipe): Update to 2.17.
    
    Change-Id: Iaec8aa33c1aabf0b44745f2347acd7bdd884a086
---
 gnu/packages/less.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/less.scm b/gnu/packages/less.scm
index f7630cb5dc..dc81578f46 100644
--- a/gnu/packages/less.scm
+++ b/gnu/packages/less.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2020, 2021, 2022 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2022 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2022 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2024, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -64,7 +64,7 @@ text editors.")
 (define-public lesspipe
   (package
     (name "lesspipe")
-    (version "2.13")
+    (version "2.17")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -73,7 +73,7 @@ text editors.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1hhxikpvmjwg90a3rpnxssq3ws6l2hv76d04h4fgvxhbsrr7imiv"))))
+                "0fc01pb0qps48wi9cw06sraqbxkcx6nik1jsj0xcal463i66xwk9"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]