mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
Revert "python: XStatic-Bootstrap: 3.3.7.1 -> 4.1.3.1"
because this broke the sole user bepasty
This reverts commit c7b4424d58
.
This commit is contained in:
parent
afa743cd47
commit
e31abb97a5
@ -5,11 +5,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "XStatic-Bootstrap";
|
||||
version = "4.1.3.1";
|
||||
version = "3.3.7.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version pname;
|
||||
sha256 = "1800e6bb5fc687604d8a893eee8c7882d800a6f3d6721799016f99a47d1dac0f";
|
||||
sha256 = "0c949e78e8cd77983fd803a68a98df0124e0c3a872fddb9ac8e6e5b4a487f131";
|
||||
};
|
||||
|
||||
# no tests implemented
|
||||
|
Loading…
Reference in New Issue
Block a user