lol

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

authored by

Jonathan Ringer and committed by
Jon
04db02de c79a5d1a

+2 -11
+2 -11
pkgs/development/python-modules/spglib/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "spglib"; 5 - version = "1.12.2.post0"; 5 + version = "1.14.1.post0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "15b02b74c0f06179bc3650c43a710a5200abbba387c6eda3105bfd9236041443"; 9 + sha256 = "0kmllcch5p20ylxirqiqzls567jr2808rbld9i8f1kf0205al8qq"; 10 10 }; 11 - 12 - patches = [ 13 - (fetchpatch { 14 - name = "fix-assertions.patch"; 15 - url = https://github.com/atztogo/spglib/commit/d57070831585a6f02dec0a31d25b375ba347798c.patch; 16 - stripLen = 1; 17 - sha256 = "0crmkc498rbrawiy9zbl39qis2nmsbfr4s6kk6k3zhdy8z2ppxw7"; 18 - }) 19 - ]; 20 11 21 12 propagatedBuildInputs = [ numpy ]; 22 13