pythonPackages.flask-autoindex: 2018-06-28 -> 0.6.1 (#43126)

This commit is contained in:
Timo Kaufmann 2018-07-06 22:47:40 +02:00 committed by Robert Schütz
parent a8978f9b93
commit ddc7051552

View file

@ -1,6 +1,6 @@
{ stdenv
, buildPythonPackage
, fetchFromGitHub
, fetchPypi
, flask
, flask-silk
, future
@ -8,16 +8,11 @@
buildPythonPackage rec {
pname = "Flask-AutoIndex";
version = "2018-06-28";
version = "0.6.1";
# master fixes various issues (binary generation, flask syntax) and has no
# major changes
# new release requested: https://github.com/sublee/flask-autoindex/issues/38
src = fetchFromGitHub {
owner = "sublee";
repo = "flask-autoindex";
rev = "e3d449a89d56bf4c171c7c8d90af028e579782cf";
sha256 = "0bwq2nid4h8vrxspggk064vra4wd804cl2ryyx4j2d1dyywmgjgy";
src = fetchPypi {
inherit pname version;
sha256 = "0v87sa073hmj64f47sazbiw08kyxsxay100bd5084jwq7c1y92d7";
};
propagatedBuildInputs = [