python3Packages.spglib: 1.12.1.post0 -> 1.14.1.post0

This commit is contained in:
Jonathan Ringer 2019-11-21 19:21:13 -08:00 committed by Jon
parent c79a5d1ab1
commit 04db02de80

View File

@ -2,22 +2,13 @@
buildPythonPackage rec {
pname = "spglib";
version = "1.12.2.post0";
version = "1.14.1.post0";
src = fetchPypi {
inherit pname version;
sha256 = "15b02b74c0f06179bc3650c43a710a5200abbba387c6eda3105bfd9236041443";
sha256 = "0kmllcch5p20ylxirqiqzls567jr2808rbld9i8f1kf0205al8qq";
};
patches = [
(fetchpatch {
name = "fix-assertions.patch";
url = https://github.com/atztogo/spglib/commit/d57070831585a6f02dec0a31d25b375ba347798c.patch;
stripLen = 1;
sha256 = "0crmkc498rbrawiy9zbl39qis2nmsbfr4s6kk6k3zhdy8z2ppxw7";
})
];
propagatedBuildInputs = [ numpy ];
checkInputs = [ nose pyyaml ];