diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-04-05 21:24:35 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-04-06 17:13:26 +0300 |
commit | 1ba85062c23051bfab07043ba5b9fa58fc4c9465 (patch) | |
tree | b096266e9358f45f4d29a3484b08cc4d43f484e1 | |
parent | b5c2d93d7a223155898dd0ed6932f6acf78ac454 (diff) | |
download | patches-1ba85062c23051bfab07043ba5b9fa58fc4c9465.tar patches-1ba85062c23051bfab07043ba5b9fa58fc4c9465.tar.gz |
* gnu: emacs-elisp-demos: Update to 2020.02.19base-for-series-3456base-for-series-3455
* gnu/packages/emacs-xyz.scm (emacs-elisp-demos) Update to 2020.02.19.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
-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 0b0e8e53eb..7b2cb001ca 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -3600,7 +3600,7 @@ the current Cargo project.") (define-public emacs-elisp-demos (package (name "emacs-elisp-demos") - (version "2019.12.01") + (version "2020.02.19") (source (origin (method git-fetch) @@ -3610,7 +3610,7 @@ the current Cargo project.") (file-name (git-file-name name version)) (sha256 (base32 - "097d8xhvq0770z96wlhiv4gz98cq89pwx5fa42zpfh4p85qj4q9z")))) + "0mckgaz92v3y2vlkggx9kd51fd1mahylw39c42l51dyv8wscm7sc")))) (build-system emacs-build-system) (arguments `(#:include '("\\.el$" "\\.org$") |