python310Packages.enaml: 0.15.1 -> 0.15.2

This commit is contained in:
R. Ryantm 2022-08-19 21:58:22 +00:00
parent 4b78546205
commit 9b0252fd50

View file

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "enaml";
version = "0.15.1";
version = "0.15.2";
src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
rev = "refs/tags/${version}";
sha256 = "sha256-kS15x7fZsHlARh1ILsQpJnwozutuoIysTCCKwkNCa7Y=";
sha256 = "sha256-FNp/8Fs+06m4kiczkN5lx5Qly0ALLtSmxD4LkkJiqho=";
};
# qt bindings cannot be found during tests