guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-packed: Update to 3.0.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-packed: Update to 3.0.4.
Date: Thu, 21 Oct 2021 18:24:20 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1011b1c  gnu: emacs-packed: Update to 3.0.4.
1011b1c is described below

commit 1011b1ce93de183ecd48c2bb465d81428c39724c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 22 00:23:39 2021 +0200

    gnu: emacs-packed: Update to 3.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-packed): Update to 3.0.4.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 09b100c..0ee0805 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21143,7 +21143,7 @@ file.")
 (define-public emacs-packed
   (package
     (name "emacs-packed")
-    (version "3.0.3")
+    (version "3.0.4")
     (source
      (origin
        (method git-fetch)
@@ -21152,8 +21152,7 @@ file.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "06blk8parnpq3qi6y5628q3v59c8dyi41glb289a0l16248qwphk"))))
+        (base32 "1gpv2vaci0m48fzn0sy7iwl1mnkkqc30bf05jjrqlpn9kpbjyf1p"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/emacscollective/packed";)
     (synopsis "Package manager agnostic Emacs Lisp package utilities")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]