3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.enaml: 0.13.0 -> 0.14.0

Because enaml 0.13.0 doesn't work with atom 0.7.0,
which is already in nixpkgs. 0.14.0 works again.

(`enaml/layout/strength_member.py` was calling `__init__`
on `Value` with 3 positional parameters, but atom 0.7.0
changed them to named ones, and enaml 0.14.0 is updated
accordingly).
This commit is contained in:
Arnout Engelen 2022-01-13 20:55:04 +01:00
parent 9fcf9be974
commit c627a7e4e7
No known key found for this signature in database
GPG key ID: 061107B0F74A6DAA

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "enaml";
version = "0.13.0";
version = "0.14.0";
src = fetchFromGitHub {
owner = "nucleic";
repo = pname;
rev = version;
sha256 = "sha256-8ZahvFDYW7xUTSTZP1UXnQBCg9RVUywoO7EbqtTQPJI=";
sha256 = "sha256-u+T3jD/rulfWunWkCa02XKXYvDaB9oAnohgqrJXgtJw=";
};
# qt bindings cannot be found during tests