python3Packages.courlan: 1.3.0 -> 1.3.1

https://github.com/adbar/courlan/blob/v1.3.1/HISTORY.md
This commit is contained in:
Martin Weinelt 2024-09-29 17:04:05 +02:00
parent 0a2ae537ca
commit 2d9a110086

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "courlan";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-OGjziBIvKwnRVIAgQ/6S39YsPqenAOquirwFGYz4vCU=";
hash = "sha256-EIWKtoZHCjsdh0jXuIGZYHyU5066PIredZukqVdtNm4=";
};
# Tests try to write to /tmp directly. use $TMPDIR instead.