python312Packages.pycycling: 0.4.0 -> 0.4.1 (#377772)

This commit is contained in:
Nick Cao 2025-01-29 16:27:03 -05:00 committed by GitHub
commit ef44266f5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];