pinnwand: 1.2.3 -> 1.3.0
https://github.com/supakeen/pinnwand/releases/tag/v1.3.0
This commit is contained in:
parent
217b14cb2f
commit
2d9558b33b
@ -7,24 +7,16 @@
|
|||||||
|
|
||||||
with python3.pkgs; buildPythonApplication rec {
|
with python3.pkgs; buildPythonApplication rec {
|
||||||
pname = "pinnwand";
|
pname = "pinnwand";
|
||||||
version = "1.2.3";
|
version = "1.3.0";
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "supakeen";
|
owner = "supakeen";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1p6agvp136q6km7gjfv8dpjn6x4ap770lqa40ifblyhw13bsrqlh";
|
sha256 = "046xk2y59wa0pdp7s3hp1gh8sqdw0yl4xab22r2x44iwwcyb0gy5";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
# https://github.com/supakeen/pinnwand/issues/110
|
|
||||||
url = "https://github.com/supakeen/pinnwand/commit/b9e72abb7f25104f5e57248294ed9ae1dbc87240.patch";
|
|
||||||
sha256 = "098acif9ck165398bp7vwfr9g7sj9q3pcdc42z5y63m1nbf8naan";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
poetry-core
|
poetry-core
|
||||||
];
|
];
|
||||||
@ -35,6 +27,7 @@ with python3.pkgs; buildPythonApplication rec {
|
|||||||
pygments
|
pygments
|
||||||
pygments-better-html
|
pygments-better-html
|
||||||
sqlalchemy
|
sqlalchemy
|
||||||
|
token-bucket
|
||||||
toml
|
toml
|
||||||
tornado
|
tornado
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user