emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38292: closed ([PATCH] gnu: python2-mmtk: Update to 2.7.12.)


From: GNU bug Tracking System
Subject: bug#38292: closed ([PATCH] gnu: python2-mmtk: Update to 2.7.12.)
Date: Thu, 21 Nov 2019 10:14:02 +0000

Your message dated Thu, 21 Nov 2019 11:13:47 +0100
with message-id <address@hidden>
and subject line Re: [bug#38292] [PATCH] gnu: python2-mmtk: Update to 2.7.12.
has caused the debbugs.gnu.org bug report #38292,
regarding [PATCH] gnu: python2-mmtk: Update to 2.7.12.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38292: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38292
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38292] [PATCH] gnu: python2-mmtk: Update to 2.7.12. Date: Thu, 21 Nov 2019 11:13:47 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Konrad Hinsen <address@hidden> skribis:

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

Applied, thanks!


--- End Message ---

reply via email to

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