guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: nmoldyn: New source code location.


From: guix-commits
Subject: 02/04: gnu: nmoldyn: New source code location.
Date: Thu, 21 Nov 2019 05:49:12 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit e2293cbbe0cd20ddeb932e6f5616565ab468c087
Author: Konrad Hinsen <address@hidden>
Date:   Tue Nov 19 19:49:27 2019 +0100

    gnu: nmoldyn: New source code location.
    
    * gnu/packages/chemistry.scm (nmoldyn): New source code location.
    Following the annoucement of Bitbucket to delete all
    Mercurial repositories in June 2020, the source code has
    been migrated to GitHub.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/chemistry.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/chemistry.scm b/gnu/packages/chemistry.scm
index b6345b9..3bdd406 100644
--- a/gnu/packages/chemistry.scm
+++ b/gnu/packages/chemistry.scm
@@ -243,13 +243,14 @@ analogy is that InChI is the bar-code for chemistry and 
chemical structures.")
     (version "3.0.11")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://bitbucket.org/khinsen/";
-                           "nmoldyn3/downloads/nMOLDYN-"
-                           version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/khinsen/nMOLDYN3";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "1mvmz3lkr217kdrd8cvdr1d82y58wp1403c9rnd943mijgq8xb5a"))))
+         "016h4bqg419p6s7bcx55q5iik91gqmk26hbnfgj2j6zl0j36w51r"))))
     (build-system python-build-system)
     (inputs
      `(("python-matplotlib" ,(with-numpy-1.8 python2-matplotlib))



reply via email to

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