GNU bug report logs - #75652
[PATCH] gnu: sl: Update to 5.05.

Previous Next

Package: guix-patches;

Reported by: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Date: Sat, 18 Jan 2025 18:31:01 UTC

Severity: normal

Tags: patch

Done: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Subject: [PATCH] gnu: sl: Update to 5.05.
Date: Sat, 18 Jan 2025 21:29:30 +0300
* gnu/packages/toys.scm (sl): Update to 5.05.
[source]<uri>: Set to "https://github.com/eyJhb/sl".

Change-Id: I7e0c3f44ab6741eef4737965faa1cae3f329210c
---
 gnu/packages/toys.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 359cdbcbe1..f53219731a 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2021 Leo Famulari <leo <at> famulari.name>
 ;;; Copyright © 2023 Zheng Junjie <873216071 <at> qq.com>
 ;;; Copyright © 2023 Sarthak Shah <shahsarthakw <at> gmail.com>
+;;; Copyright © 2025 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -239,16 +240,16 @@ (define-public oneko
 (define-public sl
   (package
     (name "sl")
-    (version "5.02")
+    (version "5.05")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/mtoyoda/sl")
+             (url "https://github.com/eyJhb/sl")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zrfd71zx2px2xpapg45s8xvi81xii63yl0h60q72j71zh4sif8b"))))
+        (base32 "11a1rdgb8wagikhxgm81g80g5qsl59mv4qgsval3isykqh8729bj"))))
     (build-system gnu-build-system)
     (inputs
      (list ncurses))

base-commit: 2c42614b372fa48b30462c0bff8d716e02236905
-- 
2.47.1





This bug report was last modified 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.