python3Packages.plum-py: 0.8.6 -> 0.8.7 (#539473)

This commit is contained in:
Nick Cao
2026-07-10 18:05:38 +00:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "plum-py";
version = "0.8.6";
version = "0.8.7";
format = "setuptools";
src = fetchFromGitLab {
owner = "dangass";
repo = "plum";
tag = version;
hash = "sha256-gZSRqijKdjqOZe1+4aeycpCPsh6HC5sRbyVjgK+g4wM=";
hash = "sha256-q9UNRZYBLBm0mf/r3cktGnGG9LzmTDrSVgXDgGDBMok=";
};
postPatch = ''