guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python2-rope: Update to 0.11.0


From: guix-commits
Subject: 01/01: gnu: python2-rope: Update to 0.11.0
Date: Thu, 7 Feb 2019 02:52:00 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit a9ba0a3154f3f20097000407a96a390ad3dee100
Author: Brett Gilio <address@hidden>
Date:   Wed Feb 6 15:25:36 2019 -0600

    gnu: python2-rope: Update to 0.11.0
    
    From 1e6322de0c3227827176fb460a11da21a6bba08d Mon Sep 17 00:00:00 2001
    From: Brett Gilio <address@hidden>
    Date: Wed, 6 Feb 2019 15:23:56 -0600
    Subject: [PATCH] gnu: python2-rope: Update to 0.11.0
    
    * gnu/packages/python-xyz.scm (python2-rope): Update to 0.11.0
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e8def4d..d2b3489 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -57,6 +57,7 @@
 ;;; Copyright © 2018 Maxim Cournoyer <address@hidden>
 ;;; Copyright © 2018 Luther Thompson <address@hidden>
 ;;; Copyright © 2018 Vagrant Cascadian <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8750,14 +8751,14 @@ Python.  It generates C++ code and a Makefile."))
 (define-public python2-rope
   (package
     (name "python2-rope")
-    (version "0.10.3")
+    (version "0.11.0")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "rope" version))
       (sha256
         (base32
-         "18k5znhpwvrfck3yp0jmhd5j8r0f0s8bk1zh5yhs2cfgmfhbwigb"))))
+         "1cppm0pa9aqgsbkq130lskrzmrvjs5vpiavjjbhpz2fdw52w8251"))))
     (arguments
      ;; Rope is currently python-2 only.
      ;; https://github.com/python-rope/rope/issues/57



reply via email to

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