guix-commits
[Top][All Lists]
Advanced

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

59/63: gnu: emacs-webpaste: Update to 3.2.1.


From: guix-commits
Subject: 59/63: gnu: emacs-webpaste: Update to 3.2.1.
Date: Sat, 29 May 2021 10:17:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 28e6e48f4b6fc2a19dc7bddfd188dde2d3f8eedf
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 16:12:35 2021 +0200

    gnu: emacs-webpaste: Update to 3.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-webpaste): Update to 3.2.1.
---
 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 9091fbd..1adbeea 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27932,7 +27932,7 @@ rules about where space should be left to separate 
words and parentheses.")
 (define-public emacs-webpaste
   (package
     (name "emacs-webpaste")
-    (version "3.2.0")
+    (version "3.2.1")
     (source
      (origin
        (method git-fetch)
@@ -27942,7 +27942,7 @@ rules about where space should be left to separate 
words and parentheses.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "08545ihkzflw80rwklnxiswrpdrl8kr74xzxm5wsgrf36fkj9rn2"))))
+         "1d481pdnh7cnbyka7wn59czlci63zwfqms8n515svg92qm573ckd"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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