lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.uv-dynamic-versioning: 0.11.1 -> 0.11.2

R. Ryantm 6500f132 fc3740fd

+2 -2
+2 -2
pkgs/development/python-modules/uv-dynamic-versioning/default.nix
··· 19 19 20 20 buildPythonPackage rec { 21 21 pname = "uv-dynamic-versioning"; 22 - version = "0.11.1"; 22 + version = "0.11.2"; 23 23 pyproject = true; 24 24 25 25 src = fetchFromGitHub { ··· 28 28 tag = "v${version}"; 29 29 # Tests perform mock operations on the local repo 30 30 leaveDotGit = true; 31 - hash = "sha256-lnEi1supRlVGgMGpjG2DcWtX/bga9mE5jMDE0o26XM0="; 31 + hash = "sha256-KB5EhXXQfaxAWM3DpkRxpBbelJc25btTtTppSn38b3o="; 32 32 }; 33 33 34 34 build-system = [