gnu: emacs-plz-media-type: Update to 0.2.4.

* gnu/packages/emacs-xyz.scm (emacs-plz-media-type): Update to 0.2.4.

Change-Id: Ief9179c17ab638c455a820f8e12c8600d653198e
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Roman Scherer 2025-04-12 15:19:24 +02:00 committed by Liliana Marie Prikler
parent b5ff41c037
commit 3fdccefc0e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -23225,7 +23225,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(define-public emacs-plz-media-type (define-public emacs-plz-media-type
(package (package
(name "emacs-plz-media-type") (name "emacs-plz-media-type")
(version "0.2.3") (version "0.2.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -23234,7 +23234,7 @@ which avoids some of the issues with using Emacss built-in Url library.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0s04ai1gcdc7blyrznaqbdh47vjaa8n49xzhi5s9nym1nm537n1w")))) (base32 "1g9j12p8ifkp2k0lss5nx3mr1nfjsakj4d3mcq9gvzgj7qg8aw2d"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-plz)) (propagated-inputs (list emacs-plz))
(arguments (list #:tests? #f)) (arguments (list #:tests? #f))