python3Packages.jaraco.text: 3.11.0 -> 3.11.1
This commit is contained in:
parent
138e0fc3ff
commit
13df43800e
@ -14,14 +14,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco.text";
|
||||
version = "3.11.0";
|
||||
version = "3.11.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-DdtYlZX+F26oF5yAHKTs4r4Kpx83e5HzymW010GUg1E=";
|
||||
sha256 = "sha256-Mzpd8hSPcTlxhgfN81L+HZUWKXGnKZw4Dcwk2rAWiYA=";
|
||||
};
|
||||
|
||||
pythonNamespaces = [
|
||||
|
Loading…
Reference in New Issue
Block a user