python3.pkgs.plopp: 25.11.0 -> 26.2.0 (#487066)

This commit is contained in:
Doron Behar
2026-02-07 19:19:47 +00:00
committed by GitHub
2 changed files with 3 additions and 8 deletions
@@ -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 = {
@@ -103,11 +103,5 @@ buildPythonPackage rec {
homepage = "https://scipp.github.io";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ doronbehar ];
# Got:
#
# error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
#
# Needs debugging along with upstream.
broken = stdenv.hostPlatform.isDarwin;
};
}