Unverified Commit d5562d0b authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.niaclass: 0.2.3 -> 0.2.4 (#446724)

parents 27940f0b 81145881
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "niaclass";
  version = "0.2.3";
  version = "0.2.4";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "firefly-cpp";
    repo = "NiaClass";
    tag = version;
    hash = "sha256-cowB+nBb5vH2ntLrcctqICYcf3I4m8rw3g4vO3/rokw=";
    hash = "sha256-hJ3ZNl13s/woL4G08nNFqL+/olXUtg9MZQQr0BGX0ys=";
  };

  pythonRelaxDeps = [