Merge pull request #273092 from r-ryantm/auto-update/spglib

spglib: 2.1.0 -> 2.2.0
This commit is contained in:
markuskowa 2023-12-11 09:58:30 +01:00 committed by GitHub
commit c29ce230b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];