python3Packages.pymarshal: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-08-22 08:25:14 +00:00
parent 4e49fa427e
commit b71424077a
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pymarshal";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "stargateaudio";
repo = "pymarshal";
rev = version;
hash = "sha256-Ds8JV2mtLRcKXBvPs84Hdj3MxxqpeV5muKCSlAFCj1A=";
hash = "sha256-o+eWa3XFDFn+fyVxWOI9LbKqBUVsYR8O7J4sFbSGvEg=";
};
postPatch = ''