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

python3Packages.uuid6: 2024.7.10 -> 2025.0.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/uuid6/default.nix
··· 7 7 }: 8 8 buildPythonPackage rec { 9 9 pname = "uuid6"; 10 - version = "2024.7.10"; 10 + version = "2025.0.1"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - hash = "sha256-LSnX9j9ZPKruoODQ3QrYEpycZjsp4ZvfiC6GS+3xj7A="; 15 + hash = "sha256-zQr5T6QoZ1pE4yxTGexaNIUiW6IXnu/PTD8gWuMKgb0="; 16 16 }; 17 17 18 18 # https://github.com/oittaa/uuid6-python/blob/e647035428d984452b9906b75bb007198533dfb1/setup.py#L12-L19