Merge pull request #261339 from r-ryantm/auto-update/python310Packages.structlog

python310Packages.structlog: 23.1.0 -> 23.2.0
This commit is contained in:
Fabian Affolter 2023-10-16 17:43:21 +02:00 committed by GitHub
commit 1f470efb72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,16 +16,16 @@
buildPythonPackage rec {
pname = "structlog";
version = "23.1.0";
version = "23.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "hynek";
repo = "structlog";
rev = "refs/tags/${version}";
hash = "sha256-0zHvBMiZB4cGntdYXA7C9V9+FfnDB6sHGuFRYAo/LJw=";
hash = "sha256-KSHKgkv+kObKCdWZDg5o6QYe0AMND9VLdEuseY/GyDY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;