python3Packages.us: 3.1.1 -> 3.2.0

This commit is contained in:
Martin Weinelt
2024-10-13 11:09:40 +02:00
parent ee6cc77b01
commit 1a257b56e9
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "us";
version = "3.1.1";
version = "3.2.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-40eWPo0kocp0N69EP6aFkXdoR7UMhlDY7w61NILnBcI=";
hash = "sha256-yyI+hTk9zFFx6tDdISutxH+WZ7I3AP6j5+pfMQ1UUzg=";
};
postPatch = ''