pytr: 0.2.4 -> 0.2.5 (#344313)

This commit is contained in:
Nick Cao 2024-09-25 08:26:55 -04:00 committed by GitHub
commit 29007f9cf7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "pytr";
version = "0.2.4";
version = "0.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "pytr-org";
repo = "pytr";
rev = "refs/tags/v${version}";
hash = "sha256-ejXedAfbZJzfCSkW9X1yH+I03+kjIs/xiSkyJk7FEO0=";
hash = "sha256-9FKG4QgRBU+DaaYJIDMDqqxFMCAguv5iRUUrQr6RMz8=";
};
build-system = with python3Packages; [