python3Packages.ase: 3.26.0 -> 3.28.0

This commit is contained in:
R. Ryantm
2026-03-24 21:48:15 +00:00
parent ce031847d1
commit 36b96a2ed8
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "ase";
version = "3.26.0";
version = "3.28.0";
pyproject = true;
src = fetchFromGitLab {
owner = "ase";
repo = "ase";
tag = version;
hash = "sha256-1738NQPgOqSr2PZu1T2b9bL0V+ZzGk2jcWBhLF21VQs=";
hash = "sha256-ZbQxCd8uFTNPVUjjsCCiZR9pKRucobWfxDZGdyMm6ko=";
};
build-system = [ setuptools ];