all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27110: [PATCH] gnu: asciinema: Update to 1.4.0.
@ 2017-05-28  1:16 Alex Griffin
  2017-05-28 17:00 ` Arun Isaac
  0 siblings, 1 reply; 13+ messages in thread
From: Alex Griffin @ 2017-05-28  1:16 UTC (permalink / raw)
  To: 27110

[-- 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


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-05-30 16:07 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-28  1:16 bug#27110: [PATCH] gnu: asciinema: Update to 1.4.0 Alex Griffin
2017-05-28 17:00 ` 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

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.