Merge pull request #177638 from r-ryantm/auto-update/python3.10-enaml

python310Packages.enaml: 0.15.0 -> 0.15.1
This commit is contained in:
Arnout Engelen 2022-06-14 15:35:01 +02:00 committed by GitHub
commit ddfe9aa6f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "enaml";
version = "0.15.0";
version = "0.15.1";
src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-xSMgT8VooDS5kvf4BCcVbv/MNfRDTVnPKU3Ou+/Gq7I=";
sha256 = "sha256-kS15x7fZsHlARh1ILsQpJnwozutuoIysTCCKwkNCa7Y=";
};
# qt bindings cannot be found during tests