unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aleksandr Vityazev <avityazev@posteo.org>
To: 55147@debbugs.gnu.org
Subject: [bug#55147] [PATCH]v2 gnu: emacs-plz: Update to 0.1.
Date: Sun, 15 May 2022 19:37:22 +0000	[thread overview]
Message-ID: <8647ddd5137541d5950fd75c9a1c5fffe90778cc.1652643372.git.avityazev@posteo.org> (raw)
In-Reply-To: <df0fabd47a0ab85d5735cf64ad0efc2d9caf0b0d.1651060416.git.avityazev@posteo.org>

* gnu/packages/emacs-xyz (emacs-plz): Update to 0.1.
[source]: Use elpa instead of github.
---
 gnu/packages/emacs-xyz.scm | 38 +++++++++++++++++---------------------
 1 file changed, 17 insertions(+), 21 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8a319fc0ff..7a5c6235fc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15710,29 +15710,25 @@ (define-public emacs-emamux
     (license license:gpl3+)))
 
 (define-public emacs-plz
-  (let ((commit "7e456638a651bab3a814e3ea81742dd917509cbb")
-        (revision "1"))
-    (package
-      (name "emacs-plz")
-      (version (git-version "0.1-pre" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/alphapapa/plz.el")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "05kgxrps1s20im5hhq799nrs3615bvssm4r0ysgmwm203mmzsjgj"))))
-      (build-system emacs-build-system)
-      (inputs (list curl))
-      (home-page "https://github.com/alphapapa/plz.el")
-      (synopsis "HTTP library for Emacs")
-      (description
-       "This package provides HTTP library for Emacs.  It uses curl as
+  (package
+    (name "emacs-plz")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "https://elpa.gnu.org/packages/plz-" version ".tar"))
+       (sha256
+        (base32 "083qz6kfg4q8xy3vsfwlk2g9vbg8iym2axmyhh54naivrc096ghc"))))
+    (build-system emacs-build-system)
+    (inputs (list curl))
+    (home-page "https://github.com/alphapapa/plz.el")
+    (synopsis "HTTP library for Emacs")
+    (description
+     "This package provides HTTP library for Emacs.  It uses curl as
 a backend, which avoids some of the issues with using Emacs’s built-in url
 library.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-ement
   (let ((commit "c951737dc855604aba389166bb0e7366afadc533")
-- 
2.36.0



-- 

Aleksandr Vityazev




  reply	other threads:[~2022-05-15 19:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27 11:53 [bug#55147] [PATCH] gnu: emacs-plz: Update to 0.1-pre-2-1d3efc03 Aleksandr Vityazev
2022-05-15 19:37 ` Aleksandr Vityazev [this message]
2022-06-07 19:46   ` bug#55147: [PATCH]v2 gnu: emacs-plz: Update to 0.1 Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8647ddd5137541d5950fd75c9a1c5fffe90778cc.1652643372.git.avityazev@posteo.org \
    --to=avityazev@posteo.org \
    --cc=55147@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).