spglib: 2.5.0 -> 2.6.0 (#388677)

This commit is contained in:
Markus Kowalewski
2025-03-12 00:23:38 +01:00
committed by GitHub

View File

@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "spglib";
version = "2.5.0"; # N.B: if you change this, please update: pythonPackages.spglib
version = "2.6.0"; # N.B: if you change this, please update: pythonPackages.spglib
src = fetchFromGitHub {
owner = "spglib";
repo = "spglib";
rev = "v${version}";
hash = "sha256-/PG+ewlxIyf5Au2kVvsAYCfGZgUOOEpA1uATu15ut+M=";
hash = "sha256-rmQYFFfpyUhT9pfQZk1fN5tZWTg40wwtszhPhiZpXs4=";
};
nativeBuildInputs = [