python311Packages.multiset: 3.0.2 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-04-07 12:10:29 +00:00
parent f6eb921406
commit d13af9492b

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "multiset";
version = "3.0.2";
version = "3.1.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-oqUSMaQtkiriJFwpTCNaKfioiOBoZdL84hxuyvER//8=";
hash = "sha256-jpPlhvaI0uKwD6WEPiqC9p6XHhrHrT14+dKkdgjem6Y=";
};
postPatch = ''