python3Packages.geometric: 1.1 -> 1.1.1 (#522634)

This commit is contained in:
Markus Kowalewski
2026-05-21 13:19:28 +00:00
committed by GitHub
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "geometric";
version = "1.1";
version = "1.1.1";
format = "setuptools";
src = fetchFromGitHub {
owner = "leeping";
repo = "geomeTRIC";
tag = version;
hash = "sha256-hxNzyuupktUWDzZXXJNsVoC6m/kyE1fbfY5K6LiO+x0=";
hash = "sha256-LY5eNKocJL/Ty8tLup6q2o5RkGfIp6P6Hmju4wF3cDw=";
};
propagatedBuildInputs = [