Merge pull request #154930 from raboof/python3Packages.enaml-0.13.0-to-0.14.0
python3Packages.enaml: 0.13.0 -> 0.14.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user