diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-26 21:32:44 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-26 21:32:44 +0200 |
| commit | b9cdff6d73d3804e8c1ce5128ef65f8ea0ece325 (patch) | |
| tree | 9a3f9a26724e79c46fffa9b8ca5c71bda7b4790a | |
| parent | 474d3ef643b68e885fba1f685ebdf04d5aa78bcb (diff) | |
gnu: emacs-ement: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.2.1.
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 788c31bca42..e3e65538cfb 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -17018,7 +17018,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.") | |||
| 17018 | (define-public emacs-ement | 17018 | (define-public emacs-ement |
| 17019 | (package | 17019 | (package |
| 17020 | (name "emacs-ement") | 17020 | (name "emacs-ement") |
| 17021 | (version "0.2") | 17021 | (version "0.2.1") |
| 17022 | (source | 17022 | (source |
| 17023 | (origin | 17023 | (origin |
| 17024 | (method git-fetch) | 17024 | (method git-fetch) |
| @@ -17027,7 +17027,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.") | |||
| 17027 | (commit (string-append "v" version)))) | 17027 | (commit (string-append "v" version)))) |
| 17028 | (file-name (git-file-name name version)) | 17028 | (file-name (git-file-name name version)) |
| 17029 | (sha256 | 17029 | (sha256 |
| 17030 | (base32 "1f1a00lywzzaaj4sqziz43bbxjfc0gdkqgbfqmai1drn8ihgnhxn")))) | 17030 | (base32 "0kfh0vlsz4qnx4vwkwhkxawk5cpxgnvkar72wha9cxj8s6j51vx0")))) |
| 17031 | (build-system emacs-build-system) | 17031 | (build-system emacs-build-system) |
| 17032 | (arguments | 17032 | (arguments |
| 17033 | `(#:emacs ,emacs)) ;need libxml support | 17033 | `(#:emacs ,emacs)) ;need libxml support |
