Merge pull request #187523 from r-ryantm/auto-update/python310Packages.enaml
python310Packages.enaml: 0.15.1 -> 0.15.2
This commit is contained in:
commit
1319727ba1
1 changed files with 2 additions and 2 deletions
|
@ -13,13 +13,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "enaml";
|
pname = "enaml";
|
||||||
version = "0.15.1";
|
version = "0.15.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nucleic";
|
owner = "nucleic";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
sha256 = "sha256-kS15x7fZsHlARh1ILsQpJnwozutuoIysTCCKwkNCa7Y=";
|
sha256 = "sha256-FNp/8Fs+06m4kiczkN5lx5Qly0ALLtSmxD4LkkJiqho=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# qt bindings cannot be found during tests
|
# qt bindings cannot be found during tests
|
||||||
|
|
Loading…
Reference in a new issue