python312Packages.multiset: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm
2024-08-27 14:16:37 +00:00
parent 56fab16fa9
commit f33eea32b2
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "multiset";
version = "3.1.0";
version = "3.2.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-jpPlhvaI0uKwD6WEPiqC9p6XHhrHrT14+dKkdgjem6Y=";
hash = "sha256-fFmnhihLnDOd9PIZ3LtM5fRNOsGyD5ImNsTXieic97U=";
};
postPatch = ''