nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.python-motionmount: 2.3.0 -> 2.3.1

Diff: https://github.com/vogelsproducts/python-MotionMount/compare/refs/tags/2.3.0...2.3.1

+2 -2
+2 -2
pkgs/development/python-modules/python-motionmount/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "python-motionmount"; 11 - version = "2.3.0"; 11 + version = "2.3.1"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "vogelsproducts"; 18 18 repo = "python-MotionMount"; 19 19 tag = version; 20 - hash = "sha256-T7LMEISgc8HytiyANDUPdsE+l14g9wdW2QiDKFx2gY0="; 20 + hash = "sha256-cXh+7DNbwYoKp76XmzPno6dcfujZT/QUO3Ns72M4gV0="; 21 21 }; 22 22 23 23 build-system = [ setuptools ];