diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6ad487a0733..455b8a65ea9 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -34362,21 +34362,23 @@ completion systems for selecting commands, such as Ido and Ivy.") | |||
| 34362 | (license license:gpl3+))) | 34362 | (license license:gpl3+))) |
| 34363 | 34363 | ||
| 34364 | (define-public emacs-lorem-ipsum | 34364 | (define-public emacs-lorem-ipsum |
| 34365 | (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd")) | 34365 | ;; Upstream has no tags; release extracted from source code |
| 34366 | (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd") | ||
| 34367 | (revision "1")) | ||
| 34366 | (package | 34368 | (package |
| 34367 | (name "emacs-lorem-ipsum") | 34369 | (name "emacs-lorem-ipsum") |
| 34368 | (version (git-version "0.2" "1" commit)) | 34370 | (version (git-version "0.2" revision commit)) |
| 34369 | (home-page "https://github.com/jschaf/emacs-lorem-ipsum/") | ||
| 34370 | (source (origin | 34371 | (source (origin |
| 34371 | (method git-fetch) | 34372 | (method git-fetch) |
| 34372 | (uri (git-reference | 34373 | (uri (git-reference |
| 34373 | (url home-page) | 34374 | (url "https://github.com/jschaf/emacs-lorem-ipsum/") |
| 34374 | (commit commit))) | 34375 | (commit commit))) |
| 34375 | (file-name (git-file-name name version)) | 34376 | (file-name (git-file-name name version)) |
| 34376 | (sha256 | 34377 | (sha256 |
| 34377 | (base32 | 34378 | (base32 |
| 34378 | "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir")))) | 34379 | "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir")))) |
| 34379 | (build-system emacs-build-system) | 34380 | (build-system emacs-build-system) |
| 34381 | (home-page "https://github.com/jschaf/emacs-lorem-ipsum/") | ||
| 34380 | (synopsis "Insert dummy pseudo Latin text in Emacs") | 34382 | (synopsis "Insert dummy pseudo Latin text in Emacs") |
| 34381 | (description "This package provides convenience functions to insert | 34383 | (description "This package provides convenience functions to insert |
| 34382 | dummy Latin text into a buffer. This can be useful if you need to produce | 34384 | dummy Latin text into a buffer. This can be useful if you need to produce |
