guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-webpaste: Update to 3.2.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-webpaste: Update to 3.2.2.
Date: Sat, 11 Dec 2021 08:26:28 -0500

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 60dc7a7  gnu: emacs-webpaste: Update to 3.2.2.
60dc7a7 is described below

commit 60dc7a792593525e559a66a1395cb1c2514cf0c6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Dec 11 14:25:31 2021 +0100

    gnu: emacs-webpaste: Update to 3.2.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-webpaste): Update to 3.2.2.
---
 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 f2d21b7..5d2d6c1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -29770,7 +29770,7 @@ released, and track their progress in watching a 
series.")
 (define-public emacs-webpaste
   (package
     (name "emacs-webpaste")
-    (version "3.2.1")
+    (version "3.2.2")
     (source
      (origin
        (method git-fetch)
@@ -29779,8 +29779,7 @@ released, and track their progress in watching a 
series.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1d481pdnh7cnbyka7wn59czlci63zwfqms8n515svg92qm573ckd"))))
+        (base32 "07hj9nr7x6c9w2dnvc58cfbprgp9cqzdxflp5qlpglzdw0bi9s3c"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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