diff options
| author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 12:23:29 +0200 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-07-11 12:23:29 +0200 |
| commit | 2d6586874bcbeaa3f531d02e73ffb390dd384679 (patch) | |
| tree | 7841852451480e181fba119ae2a162b65ae12d5f /gnu | |
| parent | 8bc6219cce9421240f610ad91f8cf3e886d53128 (diff) | |
gnu: emacs-ement: Update to 0.1-pre-3.02015ea.
* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1-pre-3.02015ea.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b781fb73408..8d0410dfb6e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -16150,8 +16150,8 @@ which avoids some of the issues with using Emacs’s built-in Url library.") | |||
| 16150 | (license license:gpl3+))) | 16150 | (license license:gpl3+))) |
| 16151 | 16151 | ||
| 16152 | (define-public emacs-ement | 16152 | (define-public emacs-ement |
| 16153 | (let ((commit "45b7882c8a8f28eb59113f78db0e79918f2c58ee") | 16153 | (let ((commit "02015eacf682b53baaddf26c8a4046e6ff84d4e8") |
| 16154 | (revision "2")) | 16154 | (revision "3")) |
| 16155 | (package | 16155 | (package |
| 16156 | (name "emacs-ement") | 16156 | (name "emacs-ement") |
| 16157 | (version (git-version "0.1-pre" revision commit)) | 16157 | (version (git-version "0.1-pre" revision commit)) |
| @@ -16163,7 +16163,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.") | |||
| 16163 | (commit commit))) | 16163 | (commit commit))) |
| 16164 | (file-name (git-file-name name version)) | 16164 | (file-name (git-file-name name version)) |
| 16165 | (sha256 | 16165 | (sha256 |
| 16166 | (base32 "1f79h9l7chazan7kh2g73banqim5p4gz2nyx3cvp9jjfz32c4k46")))) | 16166 | (base32 "0xnhhzl1si09l7lgh5smgpmxgbkzi8p68dykdgsawqa960w6n1ks")))) |
| 16167 | (build-system emacs-build-system) | 16167 | (build-system emacs-build-system) |
| 16168 | (arguments | 16168 | (arguments |
| 16169 | `(#:emacs ,emacs)) ;need libxml support | 16169 | `(#:emacs ,emacs)) ;need libxml support |
