diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 09:29:03 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2025-03-07 10:34:28 +0100 |
commit | 8bb62e4c7cfafd327cca329538bdfe7b495a01be (patch) | |
tree | b7842d402c79bd2ecb0973ec2454cde76ac42ab3 | |
parent | 3b055f0f0e3470c3c51f78289360141cab5c5f2b (diff) | |
download | guix-8bb62e4c7cfafd327cca329538bdfe7b495a01be.tar.gz guix-8bb62e4c7cfafd327cca329538bdfe7b495a01be.zip |
gnu: emacs-plz-media-type: Update to 0.2.3.
* gnu/packages/emacs-xyz.scm (emacs-plz-media-type): Update to 0.2.3.
Change-Id: Iead58e8449821a9b64dffd372d821c36eaf077b4
-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 25d38c8632..c42e4d9a10 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -22772,7 +22772,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.") (define-public emacs-plz-media-type (package (name "emacs-plz-media-type") - (version "0.2.2") + (version "0.2.3") (source (origin (method git-fetch) @@ -22781,7 +22781,7 @@ which avoids some of the issues with using Emacs’s built-in Url library.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1q11w5pxyf98rcczw6wsvmqwxwpchf6m9y5fy5xjvgx723v7iwdp")))) + (base32 "0s04ai1gcdc7blyrznaqbdh47vjaa8n49xzhi5s9nym1nm537n1w")))) (build-system emacs-build-system) (propagated-inputs (list emacs-plz)) (arguments (list #:tests? #f)) |