Merge pull request #241613 from fabaff/ssdp-bump

python311Packages.ssdp: 1.2.0 -> 1.3.0
This commit is contained in:
Fabian Affolter 2023-07-05 22:36:44 +02:00 committed by GitHub
commit f96db75c44
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.2.0";
version = "1.3.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "codingjoe";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-QG6W8huEUjq8cgMgienCxDv3nJRTopDuJiPg5FDjNW4=";
hash = "sha256-mORjMEg7Q/2CKZBLICSGF8dcdl98S6mBgJ4jujPGs6M=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;