python3.pkgs.plopp: 26.4.0 -> 26.4.1

Diff: https://github.com/scipp/plopp/compare/26.4.0...26.4.1
This commit is contained in:
Doron Behar
2026-04-21 14:45:17 +03:00
parent 7482d9f889
commit fa7ad22d06
@@ -36,14 +36,14 @@
buildPythonPackage (finalAttrs: {
pname = "plopp";
version = "26.4.0";
version = "26.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "scipp";
repo = "plopp";
tag = finalAttrs.version;
hash = "sha256-qjuhM0/qrGIZw00DOnaGODGHqzGn4r3gIAguJS5OPZ8=";
hash = "sha256-fx+jMqso/ISB6KiWVGGBgvsT9vayfe+MCrSciAIyKks=";
};
build-system = [