Merge pull request #238229 from fabaff/pyemby-bump

python311Packages.pyemby: 1.8 -> 1.9
This commit is contained in:
Mario Rodas 2023-06-17 09:23:38 -05:00 committed by GitHub
commit 73ee0f8ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "pyemby";
version = "1.8";
version = "1.9";
src = fetchFromGitHub {
owner = "mezz64";
repo = pname;
rev = version;
hash = "sha256-EpmXdyKtfb/M8rTv6YrfNCpDmKei2AD5DBcdVvqCVWw=";
hash = "sha256-4mOQLfPbRzZzpNLvekJHVKiqdGGKPhW6BpKkyRfk2Pc=";
};
propagatedBuildInputs = [