mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-lorem-ipsum: Stylistic cleanup.
* gnu/packages/emacs-xyz.scm (emacs-lorem-ipsum): Stylistic cleanup. [version]: Factor revision under 'let'. [source]: Set url explicitly. [home-page]: Reorder home-page next before synopsis. Change-Id: I3a55fb09d21efee9b5b4eb7f7845ccb96a7eae0f Signed-off-by: Hilton Chain <hako@ultrarare.space> Modified-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
7b530d984b
commit
bb402b3a65
1 changed files with 7 additions and 5 deletions
|
@ -34362,21 +34362,23 @@ completion systems for selecting commands, such as Ido and Ivy.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-lorem-ipsum
|
(define-public emacs-lorem-ipsum
|
||||||
(let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd"))
|
;; Upstream has no tags; release extracted from source code
|
||||||
|
(let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd")
|
||||||
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-lorem-ipsum")
|
(name "emacs-lorem-ipsum")
|
||||||
(version (git-version "0.2" "1" commit))
|
(version (git-version "0.2" revision commit))
|
||||||
(home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
|
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url home-page)
|
(url "https://github.com/jschaf/emacs-lorem-ipsum/")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
|
"0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/jschaf/emacs-lorem-ipsum/")
|
||||||
(synopsis "Insert dummy pseudo Latin text in Emacs")
|
(synopsis "Insert dummy pseudo Latin text in Emacs")
|
||||||
(description "This package provides convenience functions to insert
|
(description "This package provides convenience functions to insert
|
||||||
dummy Latin text into a buffer. This can be useful if you need to produce
|
dummy Latin text into a buffer. This can be useful if you need to produce
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue