python312Packages.pycycling: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm 2025-01-29 16:23:25 +00:00
parent 4a3faa5e86
commit e2b3930a38

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "pycycling";
version = "0.4.0";
version = "0.4.1";
src = fetchPypi {
inherit pname version;
hash = "sha256-yi3ZcyhhOtHp46MK0R15/dic+b1oYjy4tFVRH3ssbE8=";
hash = "sha256-7vOjkXZ/IrsJ9JyqkbaeNcB59ZyfHQJLit5yPHoBUH4=";
};
build-system = [ setuptools ];