Unverified Commit 1f470efb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python310Packages.structlog: 23.1.0 -> 23.2.0
parents ecf0aaa6 91a9ddf5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;