Merge pull request #318286 from r-ryantm/auto-update/python311Packages.courlan

python311Packages.courlan: 1.1.0 -> 1.2.0
This commit is contained in:
Weijia Wang 2024-06-08 23:35:32 +02:00 committed by GitHub
commit 7c3fd76b93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "courlan";
version = "1.1.0";
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-1wZoQzTxi+StofvVfyaArfADZkj22ECFL3pIItOt/Y0=";
hash = "sha256-DLycrIOXDGUbk3p4I6XZLL67a2AUVOoPtstNDuXRhF0=";
};
# Tests try to write to /tmp directly. use $TMPDIR instead.