python311Packages.ssdp: 1.2.0 -> 1.3.0

Diff: https://github.com/codingjoe/ssdp/compare/refs/tags/1.2.0...1.3.0

Changelog: https://github.com/codingjoe/ssdp/releases/tag/1.3.0
This commit is contained in:
Fabian Affolter 2023-07-05 09:04:41 +02:00
parent d2c6ca9ac2
commit 134e6b1429

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;