buku: 4.3 -> 4.4

This commit is contained in:
Edmund Wu 2020-06-23 15:54:44 -04:00
parent d1795bbb69
commit af36ff22ea
No known key found for this signature in database
GPG Key ID: F44F23D596B4F71D

View File

@ -1,14 +1,14 @@
{ stdenv, python3, fetchFromGitHub }: { stdenv, python3, fetchFromGitHub }:
with python3.pkgs; buildPythonApplication rec { with python3.pkgs; buildPythonApplication rec {
version = "4.3"; version = "4.4";
pname = "buku"; pname = "buku";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jarun"; owner = "jarun";
repo = "buku"; repo = "buku";
rev = "v${version}"; rev = "v${version}";
sha256 = "1cq508ymak3g5fhi1n4bdiiqkc86s2l3k4dvzw842vv2x0441cac"; sha256 = "10r5f1n0vcxxmqqqsgmlvibwg1xffijrr2id6r140rgiyhprz556";
}; };
checkInputs = [ checkInputs = [
@ -38,6 +38,7 @@ with python3.pkgs; buildPythonApplication rec {
click click
html5lib html5lib
vcrpy vcrpy
toml
]; ];
postPatch = '' postPatch = ''