python3Packages.torf: 4.3.0 -> 4.3.1 (#509178)

This commit is contained in:
Bruno BELANYI
2026-04-12 08:42:47 +00:00
committed by GitHub
@@ -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 = [