persepolis: 3.1.0 -> 3.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/persepolis/versions
This commit is contained in:
parent
08df77da32
commit
f2df7ccaab
@ -13,16 +13,16 @@
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "persepolis";
|
pname = "persepolis";
|
||||||
version = "3.1.0";
|
version = "3.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "persepolisdm";
|
owner = "persepolisdm";
|
||||||
repo = "persepolis";
|
repo = "persepolis";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0xngk8wgj5k27mh3bcrf2wwzqr8a3g0d4pc5i5vcavnnaj03j44m";
|
sha256 = "1rh7q432ynbysapsd075nif975ync71icpb71x2mb4j8jx1vzs45";
|
||||||
};
|
};
|
||||||
|
|
||||||
# see: https://github.com/persepolisdm/persepolis/blob/3.1.0/setup.py#L130
|
# see: https://github.com/persepolisdm/persepolis/blob/3.2.0/setup.py#L130
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
preBuild=''
|
preBuild=''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user