spglib: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm 2023-12-09 08:48:38 +00:00
parent d02151974a
commit 06c4c39181

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spglib";
version = "2.1.0"; # N.B: if you change this, please update: pythonPackages.spglib
version = "2.2.0"; # N.B: if you change this, please update: pythonPackages.spglib
src = fetchFromGitHub {
owner = "spglib";
repo = "spglib";
rev = "v${version}";
hash = "sha256-EL3jkzyurc8fnzk9kAdTaEtLfLlLtmaVDFwChfCDOrQ=";
hash = "sha256-VaTW7n7DTeYBr/PrxPhfzfx/gLxzJikw5aL1tEbMtbs=";
};
nativeBuildInputs = [ cmake gfortran gtest ];