Merge pull request #62366 from r-ryantm/auto-update/buku

buku: 4.2 -> 4.2.2
This commit is contained in:
Ryan Mulligan 2019-06-01 06:03:35 -07:00 committed by GitHub
commit 7880b4446e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,14 +1,14 @@
{ stdenv, python3, fetchFromGitHub, fetchpatch }:
with python3.pkgs; buildPythonApplication rec {
version = "4.2";
version = "4.2.2";
pname = "buku";
src = fetchFromGitHub {
owner = "jarun";
repo = "buku";
rev = "v${version}";
sha256 = "1ipvhd9wa4iq0763b9h4f3xa6x31bssi6m0595w97mdhh9n6bgxg";
sha256 = "1wy5i1av1s98yr56ybiq66kv0vg48zci3fp91zfgj04nh2966w1w";
};
checkInputs = [