lilyp pushed a commit to branch master
in repository guix.

commit 3fdccefc0e92484de0b17a621f5805f785980fd1
Author: Roman Scherer <[email protected]>
AuthorDate: Sat Apr 12 15:19:24 2025 +0200

    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 <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b290ab8d29..6221198aad 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23225,7 +23225,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.3")
+    (version "0.2.4")
     (source
      (origin
        (method git-fetch)
@@ -23234,7 +23234,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 "0s04ai1gcdc7blyrznaqbdh47vjaa8n49xzhi5s9nym1nm537n1w"))))
+        (base32 "1g9j12p8ifkp2k0lss5nx3mr1nfjsakj4d3mcq9gvzgj7qg8aw2d"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-plz))
     (arguments (list #:tests? #f))

Reply via email to