python3Packages.jaraco-net: 9.3.0 -> 9.3.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:25 +01:00
parent f456479dd7
commit 138e0fc3ff

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "jaraco-net";
version = "9.3.0";
version = "9.3.1";
disabled = pythonOlder "3.7";
@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "jaraco";
repo = "jaraco.net";
rev = "refs/tags/v${version}";
hash = "sha256-Ks8e3xPjIWgSO0PSpjMYftxAuDt3ilogoDFuJqfN74o=";
hash = "sha256-aq5v4QlapmMTrqwNA0GtRi/xZCcyoR1giZECBsYwymw=";
};
nativeBuildInputs = [