Unverified Commit 4a5477c5 authored by Bruno BELANYI's avatar Bruno BELANYI Committed by GitHub
Browse files

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

parents 11410f1d 73904f12
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [