Merge pull request #238008 from fabaff/ssdp-bump

python311Packages.ssdp: 1.1.1 -> 1.2.0
This commit is contained in:
Fabian Affolter 2023-06-16 07:38:57 +02:00 committed by GitHub
commit 2a34e0a67f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ssdp";
version = "1.1.1";
version = "1.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "codingjoe";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-D2mww3sEc2SvufWNmT450a2CW+ogROn3RHypljkebuY=";
hash = "sha256-QG6W8huEUjq8cgMgienCxDv3nJRTopDuJiPg5FDjNW4=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;