pytr: 0.4.9 -> 0.4.10 (#551818)

This commit is contained in:
dotlambda
2026-08-12 15:52:26 +00:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "pytr";
version = "0.4.9";
version = "0.4.10";
pyproject = true;
src = fetchFromGitHub {
owner = "pytr-org";
repo = "pytr";
tag = "v${version}";
hash = "sha256-W6OtXK9c8NV8wIhvaym2tAg6UNJtCEPk1mt5VB0+Rkg=";
hash = "sha256-xo/J0POH21mLm//+gpfhuxIGdKGHJpFbpL82TIDufrM=";
};
build-system = with python3Packages; [