Unverified Commit 98758640 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python3Packages.fints: 4.2.3 -> 4.2.4 (#436067)

parents 1c44b6c7 0425d398
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
}:

buildPythonPackage rec {
  version = "4.2.3";
  version = "4.2.4";
  pname = "fints";
  pyproject = true;

@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "raphaelm";
    repo = "python-fints";
    tag = "v${version}";
    hash = "sha256-QR5/mAll6vuP+hJo/oguynLLsGawhTQNaU6TCgww9yM=";
    hash = "sha256-la5vpWBoZ7hZsAyjjCqHpFfOykDVosI/S9amox1dmzY=";
  };

  pythonRemoveDeps = [ "enum-tools" ];