python312Packages.pyemby: 1.9 -> 1.10

Diff: https://github.com/mezz64/pyemby/compare/1.9...1.10
This commit is contained in:
Fabian Affolter
2024-08-27 20:12:19 +02:00
parent f7439a07f6
commit 83f1488a1f
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyemby";
version = "1.9";
version = "1.10";
format = "setuptools";
src = fetchFromGitHub {
owner = "mezz64";
repo = pname;
rev = version;
hash = "sha256-4mOQLfPbRzZzpNLvekJHVKiqdGGKPhW6BpKkyRfk2Pc=";
hash = "sha256-+A/SNMCUqo9TwWsQXwOKJCqmYhbilIdHYazLNQY+NkU=";
};
propagatedBuildInputs = [