python3Packages.hacking: 8.0.0 -> 8.1.0

This commit is contained in:
R. Ryantm
2026-06-27 00:31:27 +00:00
parent da86400f73
commit 3531405191
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "hacking";
version = "8.0.0";
version = "8.1.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-N89wYj7PMkdMTNYWSCeuff9HU62n+e/HBeiIOhAPi7I=";
hash = "sha256-PHjOx8Wkq7SQmlJS1mq5PpswayGthmV+LCA8eLUiQx8=";
};
postPatch = ''