mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
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 {
|
||||
pname = "persepolis";
|
||||
version = "3.1.0";
|
||||
version = "3.2.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "persepolisdm";
|
||||
repo = "persepolis";
|
||||
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;
|
||||
|
||||
preBuild=''
|
||||
|
Loading…
Reference in New Issue
Block a user