Unverified Commit f14873fe authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pysuezv2: 2.0.4 -> 2.0.5 (#408267)

parents 7fb4065c a8941e9b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pysuezv2";
  version = "2.0.4";
  version = "2.0.5";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "jb101010-2";
    repo = "pySuez";
    tag = version;
    hash = "sha256-/VgZjYWMvZYXAvt14VABKXp8Ok8EpxDsMqPl8lmUCq8=";
    hash = "sha256-U5INSk3tcEgDJyRx17YaSDjPWgNwGeHIs2VB87E0l44=";
  };

  build-system = [ hatchling ];