* [bug#71190] [PATCH] gnu: fasd: Update to 1.0.2.
@ 2024-05-25 7:15 Artyom V. Poptsov
2024-05-26 17:14 ` bug#71190: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-05-25 7:15 UTC (permalink / raw)
To: 71190; +Cc: Artyom V. Poptsov
* 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@ngraves.fr>
;;; Copyright © 2023 Tomás Ortín Fernández <tomasortin@mailbox.org>
;;; Copyright © 2024 dan <i@dan.games>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71190: [PATCH] gnu: fasd: Update to 1.0.2.
2024-05-25 7:15 [bug#71190] [PATCH] gnu: fasd: Update to 1.0.2 Artyom V. Poptsov
@ 2024-05-26 17:14 ` Christopher Baines
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-05-26 17:14 UTC (permalink / raw)
To: Artyom V. Poptsov; +Cc: 71190-done
[-- Attachment #1: Type: text/plain, Size: 673 bytes --]
"Artyom V. Poptsov" <poptsov.artyom@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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-26 17:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-25 7:15 [bug#71190] [PATCH] gnu: fasd: Update to 1.0.2 Artyom V. Poptsov
2024-05-26 17:14 ` bug#71190: " Christopher Baines
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).