Show More
@@ -2012,14 +2012,14 b' self: super: {' | |||
|
2012 | 2012 | }; |
|
2013 | 2013 | }; |
|
2014 | 2014 | "supervisor" = super.buildPythonPackage { |
|
2015 |
name = "supervisor-4.0. |
|
|
2015 | name = "supervisor-4.0.2"; | |
|
2016 | 2016 | doCheck = false; |
|
2017 | 2017 | propagatedBuildInputs = [ |
|
2018 | 2018 | self."meld3" |
|
2019 | 2019 | ]; |
|
2020 | 2020 | src = fetchurl { |
|
2021 |
url = "https://files.pythonhosted.org/packages/9 |
|
|
2022 | sha256 = "10l3z7v6v1fyv7m5zbazzxciwvli2n9a41pxi27p4kixgsfp0s1j"; | |
|
2021 | url = "https://files.pythonhosted.org/packages/cb/02/95953c98a770803e42009f18c2eb361bc035ab6fb3cbb442ffcc94387eac/supervisor-4.0.2.tar.gz"; | |
|
2022 | sha256 = "0xg5c41wd51wnf2ihc47gwkwjf29zq2q44lcwx8di2gvliyla12n"; | |
|
2023 | 2023 | }; |
|
2024 | 2024 | meta = { |
|
2025 | 2025 | license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now