mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
fdroidserver: 2.3.5 -> 2.4.0
This commit is contained in:
parent
6071702f55
commit
e07ece7c52
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "fdroidserver";
|
pname = "fdroidserver";
|
||||||
version = "2.3.5";
|
version = "2.4.0";
|
||||||
|
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
owner = "fdroid";
|
owner = "fdroid";
|
||||||
repo = "fdroidserver";
|
repo = "fdroidserver";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-ESSjC44tdWpmtB+VhEDnUTQz+ZJVQ4jLBjj+0hMSAQA=";
|
hash = "sha256-PQZz3dyX6vCS0axHfSINMMX5ETdVs44K9XjR87gtd3s=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue