mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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 <ludo@gnu.org>
This commit is contained in:
parent
a2e661e95f
commit
e2293cbbe0
1 changed files with 6 additions and 5 deletions
|
@ -243,13 +243,14 @@ (define-public nmoldyn
|
||||||
(version "3.0.11")
|
(version "3.0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://bitbucket.org/khinsen/"
|
(uri (git-reference
|
||||||
"nmoldyn3/downloads/nMOLDYN-"
|
(url "https://github.com/khinsen/nMOLDYN3")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mvmz3lkr217kdrd8cvdr1d82y58wp1403c9rnd943mijgq8xb5a"))))
|
"016h4bqg419p6s7bcx55q5iik91gqmk26hbnfgj2j6zl0j36w51r"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-matplotlib" ,(with-numpy-1.8 python2-matplotlib))
|
`(("python-matplotlib" ,(with-numpy-1.8 python2-matplotlib))
|
||||||
|
|
Loading…
Reference in a new issue