mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
bump version.
This commit is contained in:
parent
c4424360b9
commit
77a83865cd
1 changed files with 8 additions and 0 deletions
|
@ -274,6 +274,14 @@
|
||||||
(package
|
(package
|
||||||
(inherit gromacs)
|
(inherit gromacs)
|
||||||
(name "glicid-gromacs-gcc-10")
|
(name "glicid-gromacs-gcc-10")
|
||||||
|
(version "2020.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "http://ftp.gromacs.org/pub/gromacs/gromacs-" version ".tar.gz"))
|
||||||
|
(sha256 (base32 "1acjrhcfzpqy2dncblhj97602jbg9gdha4q1bgji9nrj25lq6cch"))
|
||||||
|
))
|
||||||
|
|
||||||
(inputs `(("gcc-10", gcc-10)
|
(inputs `(("gcc-10", gcc-10)
|
||||||
("gfortran-10", gfortran-10)
|
("gfortran-10", gfortran-10)
|
||||||
("glicid-openmpi-gcc-10", glicid-openmpi-gcc-10)
|
("glicid-openmpi-gcc-10", glicid-openmpi-gcc-10)
|
||||||
|
|
Loading…
Add table
Reference in a new issue