python3Packages.Flask-Compress: 1.10.1 -> 1.11
This commit is contained in:
parent
3719c915e6
commit
df218fdd3e
1 changed files with 2 additions and 2 deletions
|
@ -3,12 +3,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "1.10.1";
|
||||
version = "1.11";
|
||||
pname = "Flask-Compress";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "28352387efbbe772cfb307570019f81957a13ff718d994a9125fa705efb73680";
|
||||
sha256 = "sha256-9WnzLERtayXKjjR9UAOgUxgR73MmeABbADb8HJ6xwhw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue