diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:08 +0200 |
commit | 77f43211f109b3c2c5764976153a05239218b8f8 (patch) | |
tree | cbb96152c612fe38754e511304271579b53439c1 | |
parent | c4c925a0691efccb39b6e81268cfde59b9e8ea61 (diff) | |
download | guix-77f43211f109b3c2c5764976153a05239218b8f8.tar.gz |
gnu: emacs-plz: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.7.
-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 768e3ee3de..75896eb1fd 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19511,7 +19511,7 @@ multiplexer.") (define-public emacs-plz (package (name "emacs-plz") - (version "0.6") + (version "0.7") (source (origin (method git-fetch) @@ -19520,7 +19520,7 @@ multiplexer.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "12hnsafv1bxkk1pb471i8hw0zy0yfla8afpcahlg4k4dni4dnqsm")))) + (base32 "18lq7v2gglfnax5r1svh9p0fcd5hs745js57nl8bk58ba047a9q8")))) (build-system emacs-build-system) (inputs (list curl)) (arguments |