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

spglib: 2.3.1 -> 2.4.0
This commit is contained in:
Markus Kowalewski 2024-04-12 13:12:10 +00:00 committed by GitHub
commit d73f0eb921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "spglib";
version = "2.3.1"; # N.B: if you change this, please update: pythonPackages.spglib
version = "2.4.0"; # N.B: if you change this, please update: pythonPackages.spglib
src = fetchFromGitHub {
owner = "spglib";
repo = "spglib";
rev = "v${version}";
hash = "sha256-MOre1LGf7Li+tAqtzpuEvAX6q/P0ueDlMXhhmtiE+jw=";
hash = "sha256-Y6WkN3Q1q4h2TqrlKSKFmFxQZQWKmleRHV74PmYyw2A=";
};
nativeBuildInputs = [ cmake gfortran gtest ];