3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #278693 from r-ryantm/auto-update/python310Packages.spglib

python310Packages.spglib: 2.1.0 -> 2.2.0
This commit is contained in:
Weijia Wang 2024-01-23 00:25:11 +01:00 committed by GitHub
commit 5b6d75537b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,12 +19,12 @@
buildPythonPackage rec {
pname = "spglib";
version = "2.1.0";
version = "2.2.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-gUNUX9/8EfvNpNcFpra81Iid6bw1JLeN+GajbdDeCks=";
hash = "sha256-Snxx9q24YMvhSs39bKQ9zSns2a7T84wCzXbagP+l0Bw=";
};
nativeBuildInputs = [