lol
0
fork

Configure Feed

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

python312Packages.typing-validation: 1.2.11 -> 1.2.12

+3 -3
+3 -3
pkgs/development/python-modules/typing-validation/default.nix
··· 18 18 19 19 buildPythonPackage rec { 20 20 pname = "typing-validation"; 21 - version = "1.2.11"; 21 + version = "1.2.12"; 22 22 pyproject = true; 23 23 24 24 disabled = pythonOlder "3.7"; ··· 27 27 owner = "hashberg-io"; 28 28 repo = "typing-validation"; 29 29 tag = "v${version}"; 30 - hash = "sha256-0scXoAPkx/VBIbNRMtFoRRbmGpC2RzNRmQG4mRXSxrs="; 30 + hash = "sha256-N0VAxlxB96NA01c/y4xtoLKoiqAxfhJJV0y/3w6H9ek="; 31 31 }; 32 32 33 33 build-system = [ ··· 48 48 meta = with lib; { 49 49 description = "Simple library for runtime type-checking"; 50 50 homepage = "https://github.com/hashberg-io/typing-validation"; 51 - changelog = "https://github.com/hashberg-io/typing-validation/releases/tag/v${version}"; 51 + changelog = "https://github.com/hashberg-io/typing-validation/releases/tag/${src.tag}"; 52 52 license = licenses.mit; 53 53 maintainers = with maintainers; [ vizid ]; 54 54 };