[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/36: gnu: python-rq: Update to 0.7.1.
From: |
julien lepiller |
Subject: |
07/36: gnu: python-rq: Update to 0.7.1. |
Date: |
Thu, 11 May 2017 16:01:26 -0400 (EDT) |
roptat pushed a commit to branch master
in repository guix.
commit eed206cb8a0d8f610c89b1fc6e3bacf24e91ebe1
Author: Julien Lepiller <address@hidden>
Date: Sat Apr 22 13:25:01 2017 +0200
gnu: python-rq: Update to 0.7.1.
* gnu/packages/python.scm (python-rq, python2-rq): Update to 0.7.1.
[source]: Use pypi-uri.
---
gnu/packages/python.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e3402f0..b329d97 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3376,15 +3376,13 @@ mining and data analysis.")
(define-public python-rq
(package
(name "python-rq")
- (version "0.5.2")
+ (version "0.7.1")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://pypi.python.org/packages/source/r/rq/rq-"
- version ".tar.gz"))
+ (uri (pypi-uri "rq" version))
(sha256
- (base32 "0b0z5hn8wkfg300hx7816csgv3bcfamlr29fi3yzgqmpqxwj3fix"))))
+ (base32 "0gaq5pnh0zy46r8jvygi0ifbvz3pq6i7xla78ijcgjw0x77qzsdh"))))
(build-system python-build-system)
(propagated-inputs
`(("python-click" ,python-click)
- branch master updated (2d4deb5 -> 2601171), julien lepiller, 2017/05/11
- 01/36: gnu: python-pytest-runner: Update to 2.11.1., julien lepiller, 2017/05/11
- 02/36: gnu: Add python-pytest-warnings., julien lepiller, 2017/05/11
- 04/36: gnu: Add python-utils., julien lepiller, 2017/05/11
- 10/36: gnu: Add python-dirsync., julien lepiller, 2017/05/11
- 03/36: gnu: Add python-pytest-catchlog., julien lepiller, 2017/05/11
- 08/36: gnu: Add python-cssmin., julien lepiller, 2017/05/11
- 07/36: gnu: python-rq: Update to 0.7.1.,
julien lepiller <=
- 06/36: gnu: Add python-sphinx-me., julien lepiller, 2017/05/11
- 16/36: gnu: Add python2-stemming., julien lepiller, 2017/05/11
- 05/36: gnu: Add python-webassets., julien lepiller, 2017/05/11
- 09/36: gnu: Add python-diff-match-patch., julien lepiller, 2017/05/11
- 13/36: gnu: python-dateutil: Update to 2.6.0., julien lepiller, 2017/05/11
- 12/36: gnu: Add python-elasticsearch., julien lepiller, 2017/05/11
- 14/36: gnu: Add python-levenshtein., julien lepiller, 2017/05/11
- 15/36: gnu: Add python-scandir., julien lepiller, 2017/05/11
- 17/36: gnu: Add python-factory-boy., julien lepiller, 2017/05/11
- 18/36: gnu: Add python-translate-toolkit., julien lepiller, 2017/05/11