GNU bug report logs -
#72318
[PATCH v2] gnu: Add fyi.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Sat, 27 Jul 2024 10:29:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/xdisorg.scm (fyi): New variable.
Thank you. Applied with the following changes.
> +(define-public fyi
> + (package
> + (name "fyi")
> + (version "1.0.2")
I updated it to 1.0.3.
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://codeberg.org/dnkl/fyi")
> + (commit version)))
> + (file-name (git-file-name name version))
> + (sha256 (base32 "29l1w30wsm3gac0s1f81jxgmibi3qgx8f73hi047ykbxiwdccvqz"))))
I updated this accordingly, but this hash was also wrong for the version
1.0.2, FWIW.
> + (synopsis "A lightweight alternative to notify-send")
I removed the article "A" at the beginning of the synopsis.
> + (description "FYI (for your information) is a command line utility to send
I used @acronym{...} Texinfo command here.
Regards,
--
Nicolas Goaziou
This bug report was last modified 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.