python3Packages.typepy: 1.3.2 -> 1.3.4

https://github.com/thombashi/typepy/releases/tag/v1.3.4
This commit is contained in:
Martin Weinelt
2025-01-27 10:57:45 +01:00
parent 66882856a1
commit e8b6329d47
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "typepy";
version = "1.3.2";
version = "1.3.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "thombashi";
repo = pname;
tag = "v${version}";
hash = "sha256-oIDVjJwapHun0Rk04zOZ4IjAh7qZ2k0BXK6zqFmtVds=";
hash = "sha256-lgwXoEtv2nBRKiWQH5bDrAIfikKN3cOqcHLEdnSAMpc=";
};
propagatedBuildInputs = [ mbstrdecoder ];
@@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for variable type checker/validator/converter at a run time";
homepage = "https://github.com/thombashi/typepy";
changelog = "https://github.com/thombashi/typepy/releases/tag/v${version}";
changelog = "https://github.com/thombashi/typepy/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ genericnerdyusername ];
};