python3Packages.plopp: 25.06.0 -> 25.07.0 (#426183)

This commit is contained in:
Doron Behar
2025-07-20 12:18:01 +03:00
committed by GitHub
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
# build-system
setuptools,
@@ -35,7 +36,7 @@
buildPythonPackage rec {
pname = "plopp";
version = "25.06.0";
version = "25.07.0";
pyproject = true;
src = fetchFromGitHub {
@@ -44,6 +45,13 @@ buildPythonPackage rec {
tag = version;
hash = "sha256-SwF0bUU/DAAJ5+0WvZgwqEw6IoaqdbKj0GkCgffGclA=";
};
patches = [
# https://github.com/scipp/plopp/issues/472
(fetchpatch {
url = "https://github.com/scipp/plopp/commit/7af8cbee85796005f2fea79171ae44aba9a8cfc7.patch";
hash = "sha256-uyCV/2tSvcnnw+ak6fT99ru+UrTZXsS3b4YGeXVykAY=";
})
];
build-system = [
setuptools