Unverified Commit 1811dd14 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.niaaml: 2.1.0 -> 2.1.1 (#374553)

parents 67fcbad5 9407fd53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "niaaml";
  version = "2.1.0";
  version = "2.1.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
    owner = "firefly-cpp";
    repo = "NiaAML";
    tag = version;
    hash = "sha256-VMZLEirE01Q9eyQIhV18PepGWmBcxLIwNeuVf7EuSWE=";
    hash = "sha256-3wr+72j/0HR9gRwxdzP4QyLKFaobkrD4QwTtiAUik0Q=";
  };

  pythonRelaxDeps = [