Commit a148f643 authored by Doron Behar's avatar Doron Behar
Browse files

python3.pkgs.plopp: 25.11.0 -> 26.2.0

parent 14e7e362
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@

buildPythonPackage (finalAttrs: {
  pname = "plopp";
  version = "25.11.0";
  version = "26.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "scipp";
    repo = "plopp";
    tag = finalAttrs.version;
    hash = "sha256-3vmHRPjv7iUd6ky7XzfdChpAI++ELh6vwmtELK7dwaE=";
    hash = "sha256-JYgha+gmp9Ht6Ly9+i6dT+jdiDgsAEH5qH5MJ4n9LR8=";
  };

  build-system = [
@@ -77,6 +77,7 @@ buildPythonPackage (finalAttrs: {
  disabledTests = lib.optionals (pythonAtLeast "3.14") [
    # RuntimeError: There is no current event loop in thread 'MainThread'
    "test_move_cut"
    "test_value_cuts"
  ];

  env = {