GNU bug report logs - #71190
[PATCH] gnu: fasd: Update to 1.0.2.

Previous Next

Package: guix-patches;

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

Date: Sat, 25 May 2024 07:16:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71190 in the body.
You can then email your comments to 71190 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#71190; Package guix-patches. (Sat, 25 May 2024 07:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 25 May 2024 07:16:02 GMT) Full text and rfc822 format available.

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: fasd: Update to 1.0.2.
Date: Sat, 25 May 2024 10:15:23 +0300
* gnu/packages/admin.scm (fasd): Update to 1.0.2.
  [source]: Use project fork that integrates recent pull requests as the
  original project is unmaintained and archived.
  [home-page]: Update.
  [description]: Improve formatting.
  [license]: Change to expat (MIT) license as "LICENSE" file of the project
  contains MIT license.

Change-Id: I0070c394a9a8b80ac137728831c0eb7a0e15e2b4
---
 gnu/packages/admin.scm | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 0a3c074dc2..bae9ee1308 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -65,6 +65,7 @@
 ;;; Copyright © 2023 Nicolas Graves <ngraves <at> ngraves.fr>
 ;;; Copyright © 2023 Tomás Ortín Fernández <tomasortin <at> mailbox.org>
 ;;; Copyright © 2024 dan <i <at> dan.games>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3234,31 +3235,31 @@ (define-public autojump
 (define-public fasd
   (package
     (name "fasd")
-    (version "1.0.1")
+    (version "1.0.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/clvv/fasd")
+                    (url "https://github.com/whjvenyl/fasd")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1awi71jdv3mhjrmar2d4z1i90kn7apd7aq1w31sh6w4yibz9kiyj"))))
+                "0q72a54dcahc9pan5qkmnsvpqiqgjjxwdxzzm8pxzylpr329jjyh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
                   (delete 'configure))  ;no configuration
        #:tests? #f                      ;no tests
        #:make-flags (list (string-append "PREFIX=" %output))))
-    (home-page "https://github.com/clvv/fasd")
+    (home-page "https://github.com/whjvenyl/fasd")
     (synopsis "Quick access to files and directories for shells")
     (description
-     "Fasd (pronounced similar to \"fast\") is a command-line productivity
-booster.  Fasd offers quick access to files and directories for POSIX shells.
-It is inspired by tools like autojump, z, and v.  Fasd keeps track of files
-and directories you have accessed so that you can quickly reference them in
-the command line.")
-    (license license:x11)))
+     "Fasd (pronounced similar to \"fast\") is a command-line productivity booster.
+Fasd offers quick access to files and directories for POSIX shells.  It is inspired
+by tools like @code{autojump}, @code{z}, and @code{v}.  Fasd keeps track of files and
+directories you have accessed so that you can quickly reference them in the command
+line.")
+    (license license:expat)))
 
 (define-public iftop
   (package

base-commit: c5e63e19ac672f9e63fc8ee98fa9a16f978ce19c
-- 
2.41.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 26 May 2024 17:15:02 GMT) Full text and rfc822 format available.

Notification sent to "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>:
bug acknowledged by developer. (Sun, 26 May 2024 17:15:02 GMT) Full text and rfc822 format available.

Message #10 received at 71190-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: "Artyom V. Poptsov" <poptsov.artyom <at> gmail.com>
Cc: 71190-done <at> debbugs.gnu.org
Subject: Re: [bug#71190] [PATCH] gnu: fasd: Update to 1.0.2.
Date: Sun, 26 May 2024 18:14:02 +0100
[Message part 1 (text/plain, inline)]
"Artyom V. Poptsov" <poptsov.artyom <at> gmail.com> writes:

> * gnu/packages/admin.scm (fasd): Update to 1.0.2.
>   [source]: Use project fork that integrates recent pull requests as the
>   original project is unmaintained and archived.
>   [home-page]: Update.
>   [description]: Improve formatting.
>   [license]: Change to expat (MIT) license as "LICENSE" file of the project
>   contains MIT license.
>
> Change-Id: I0070c394a9a8b80ac137728831c0eb7a0e15e2b4
> ---
>  gnu/packages/admin.scm | 21 +++++++++++----------
>  1 file changed, 11 insertions(+), 10 deletions(-)

Thanks for the patch, I've pushed this to master as
e51d98d8e91e12f3f2d5907819a957564c531e25.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 24 Jun 2024 11:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 364 days ago.

Previous Next


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