unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Griffin <a@ajgrf.com>
To: 27110@debbugs.gnu.org
Subject: bug#27110: [PATCH] gnu: asciinema: Update to 1.4.0.
Date: Sat, 27 May 2017 20:16:33 -0500	[thread overview]
Message-ID: <1495934193.2882278.990671576.787F34D9@webmail.messagingengine.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 69 bytes --]

This patch updates asciinema to the latest version.
-- 
Alex Griffin

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-asciinema-Update-to-1.4.0.patch --]
[-- Type: text/x-patch; name="0001-gnu-asciinema-Update-to-1.4.0.patch", Size: 1809 bytes --]

From 4d0e4cc34724acdae41804e8e8f9eaed9e625ffc Mon Sep 17 00:00:00 2001
From: Alex Griffin <a@ajgrf.com>
Date: Sat, 27 May 2017 09:57:19 -0500
Subject: [PATCH] gnu: asciinema: Update to 1.4.0.

* gnu/packages/terminals.scm (asciinema): Update to 1.4.0.
[source]: Use pypi-uri.
---
 gnu/packages/terminals.scm | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index a8007586c..028cc99bf 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Mckinley Olsen <mck.olsen@gmail.com>
-;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
+;;; Copyright © 2016, 2017 Alex Griffin <a@ajgrf.com>
 ;;; Copyright © 2016 David Craven <david@craven.ch>
 ;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2016, 2017 José Miguel Sánchez García <jmi2k@openmailbox.org>
@@ -146,17 +146,14 @@ insert mode and command mode where keybindings have different functions.")
 (define-public asciinema
   (package
     (name "asciinema")
-    (version "1.3.0")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/06/96/93947d9be78aebb7985014fdf"
-             "4d84896dd0f62514d922ee03f5bb55a21fb/asciinema-" version
-             ".tar.gz"))
+       (uri (pypi-uri "asciinema" version))
        (sha256
         (base32
-         "1crdm9zfdbjflvz1gsqvy5zsbgwdfkj34z69kg6h5by70rrs1hdc"))))
+         "1jrf8c8711gkdilmvyv3d37kp8xfvdc5cqighw5k92a6g9z4acgv"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.13.0


             reply	other threads:[~2017-05-28  1:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-28  1:16 Alex Griffin [this message]
2017-05-28 17:00 ` bug#27110: [PATCH] gnu: asciinema: Update to 1.4.0 Arun Isaac
2017-05-28 18:37   ` Leo Famulari
2017-05-28 22:18     ` Arun Isaac
     [not found]     ` <2dff1be8.ADsAAhu0Cj4AAAAAAAAAAAO8ccgAAAACwQwAAAAAAAW9WABZK0zP@mailjet.com>
2017-05-28 22:33       ` Leo Famulari
2017-05-28 23:01         ` Marius Bakke
2017-05-29  5:46           ` Arun Isaac
2017-05-29 17:26             ` Arun Isaac
2017-05-29 19:23           ` Arun Isaac
     [not found]           ` <a9d8e951.AEAAKtByx2QAAAAAAAAAAAO8ccgAAAACwQwAAAAAAAW9WABZLHUl@mailjet.com>
2017-05-29 20:42             ` Leo Famulari
2017-05-30  8:20               ` Arun Isaac
     [not found]               ` <be173c52.AEMAK1ybgp8AAAAAAAAAAAPFd4cAAAACwQwAAAAAAAW9WABZLStT@mailjet.com>
2017-05-30 15:10                 ` Marius Bakke
2017-05-30 16:06                   ` Arun Isaac

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=1495934193.2882278.990671576.787F34D9@webmail.messagingengine.com \
    --to=a@ajgrf.com \
    --cc=27110@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).