diff options
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 5eafe4b3b8e..3c5cafd4aee 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -34363,11 +34363,11 @@ completion systems for selecting commands, such as Ido and Ivy.") | |||
| 34363 | 34363 | ||
| 34364 | (define-public emacs-lorem-ipsum | 34364 | (define-public emacs-lorem-ipsum |
| 34365 | ;; Upstream has no tags; release extracted from source code | 34365 | ;; Upstream has no tags; release extracted from source code |
| 34366 | (let ((commit "4b39f6fed455d67f635b3837cf5668bf74d0f6cd") | 34366 | (let ((commit "4e87a899868e908a7a9e1812831d76c8d072f885") |
| 34367 | (revision "2")) | 34367 | (revision "1")) |
| 34368 | (package | 34368 | (package |
| 34369 | (name "emacs-lorem-ipsum") | 34369 | (name "emacs-lorem-ipsum") |
| 34370 | (version (git-version "0.2" revision commit)) | 34370 | (version (git-version "0.4" revision commit)) |
| 34371 | (source (origin | 34371 | (source (origin |
| 34372 | (method git-fetch) | 34372 | (method git-fetch) |
| 34373 | (uri (git-reference | 34373 | (uri (git-reference |
| @@ -34376,7 +34376,7 @@ completion systems for selecting commands, such as Ido and Ivy.") | |||
| 34376 | (file-name (git-file-name name version)) | 34376 | (file-name (git-file-name name version)) |
| 34377 | (sha256 | 34377 | (sha256 |
| 34378 | (base32 | 34378 | (base32 |
| 34379 | "0a3b18p3vdjci89prsgdzjnfxsl8p67vjhf8ai4qdng7zvh50lir")))) | 34379 | "10l0dmnp1kjyca5jqbf4j98xchcbf9grlv0nv3ygf167vps40il6")))) |
| 34380 | (build-system emacs-build-system) | 34380 | (build-system emacs-build-system) |
| 34381 | (arguments (list #:tests? #f)) ;No tests. | 34381 | (arguments (list #:tests? #f)) ;No tests. |
| 34382 | (home-page "https://github.com/jschaf/emacs-lorem-ipsum/") | 34382 | (home-page "https://github.com/jschaf/emacs-lorem-ipsum/") |
