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
This commit is contained in:
Nicolas Goaziou 2025-03-07 09:29:03 +01:00
parent 3b055f0f0e
commit 8bb62e4c7c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22772,7 +22772,7 @@ which avoids some of the issues with using Emacss 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 Emacss 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))