python3Packages.torf: 4.3.0 -> 4.3.1

This commit is contained in:
R. Ryantm
2026-04-12 04:58:14 +00:00
parent f5c6b4fe94
commit 73904f12a7
@@ -19,14 +19,14 @@
buildPythonPackage (finalAttrs: {
pname = "torf";
version = "4.3.0";
version = "4.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rndusr";
repo = "torf";
tag = "v${finalAttrs.version}";
hash = "sha256-vJapB4Tbn3tLLUIH9LemU9kTqG7TsByiotkWM52lsno=";
hash = "sha256-6R3DF2pj9zotU/z/OKMbeG5tD7tBYuzSEi/f18NgHOo=";
};
build-system = [