GNU bug report logs - #38292
[PATCH] gnu: python2-mmtk: Update to 2.7.12.

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Wed, 20 Nov 2019 08:13:07 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Subject: bug#38292: closed (Re: [bug#38292] [PATCH] gnu: python2-mmtk:
 Update to 2.7.12.)
Date: Thu, 21 Nov 2019 10:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#38292: [PATCH] gnu: python2-mmtk: Update to 2.7.12.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 38292 <at> debbugs.gnu.org.

-- 
38292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38292
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 38292-done <at> debbugs.gnu.org
Subject: Re: [bug#38292] [PATCH] gnu: python2-mmtk: Update to 2.7.12.
Date: Thu, 21 Nov 2019 11:13:47 +0100
Konrad Hinsen <konrad.hinsen <at> fastmail.net> skribis:

> * gnu/packages/python-xyz.scm (python2-mmtk): Update to 2.7.12.

Applied, thanks!

[Message part 3 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: python2-mmtk: Update to 2.7.12.
Date: Tue, 19 Nov 2019 19:52:50 +0100
* gnu/packages/python-xyz.scm (python2-mmtk): Update to 2.7.12.
---
 gnu/packages/python-xyz.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8dbbb40893..c7299d35f1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14657,16 +14657,17 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.")
 (define-public python2-mmtk
   (package
     (name "python2-mmtk")
-    (version "2.7.11")
+    (version "2.7.12")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://bitbucket.org/khinsen/"
-                           "mmtk/downloads/MMTK-" version ".tar.gz"))
-       (file-name (string-append "MMTK-" version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/khinsen/MMTK")
+             (commit (string-append "rel" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "1d0nnjx4lwsvh8f99vv1r6gi50d93yba0adkz8b4zgv4za4c5862"))))
+         "1fqwh3ba9jd42nigvn5shndgwb1zy7kh9520ncvqci7n8ffjr6p1"))))
     (build-system python-build-system)
     (native-inputs
      `(("netcdf" ,netcdf)))
-- 
2.24.0




This bug report was last modified 5 years and 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.