Show More
@@ -588,13 +588,13 b'' | |||
|
588 | 588 | }; |
|
589 | 589 | }; |
|
590 | 590 | hupper = super.buildPythonPackage { |
|
591 |
name = "hupper-1. |
|
|
591 | name = "hupper-1.1"; | |
|
592 | 592 | buildInputs = with self; []; |
|
593 | 593 | doCheck = false; |
|
594 | 594 | propagatedBuildInputs = with self; []; |
|
595 | 595 | src = fetchurl { |
|
596 |
url = "https:// |
|
|
597 | md5 = "26e77da7d5ac5858f59af050d1a6eb5a"; | |
|
596 | url = "https://files.pythonhosted.org/packages/21/0d/b7832396df00564836b204ac23aadd6ff177d1c0e68ce40e5ccaccc1dd86/hupper-1.1.tar.gz"; | |
|
597 | sha256 = "e18037fa43fb4af7c00bd262ca6f5d7bcd22debd5d71e43b0fb1437f56e78035"; | |
|
598 | 598 | }; |
|
599 | 599 | meta = { |
|
600 | 600 | license = [ pkgs.lib.licenses.mit ]; |
General Comments 0
You need to be logged in to leave comments.
Login now