1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 02:50:45 +02:00

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

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

Change-Id: I78d10c9970e10daf3657a974c4527d6088226614
This commit is contained in:
Nicolas Goaziou 2024-12-24 10:59:49 +01:00
parent 887d52d738
commit bedca1fd1c
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -22223,7 +22223,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.1")
(version "0.2.2")
(source
(origin
(method git-fetch)
@ -22232,7 +22232,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 "1bxrinp276rzz1jwnqrs5xginm96vzxr0b1k5q3y56lnin8sp18x"))))
(base32 "1q11w5pxyf98rcczw6wsvmqwxwpchf6m9y5fy5xjvgx723v7iwdp"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-plz))
(arguments (list #:tests? #f))