python37Packages.ckcc-protocol: 1.0.0 -> 1.0.1

This commit is contained in:
R. RyanTM 2020-03-03 03:27:33 +00:00 committed by Frederik Rietdijk
parent 724e4d4acd
commit 698cb681c5

View File

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "ckcc-protocol";
version = "1.0.0";
version = "1.0.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "1glws7z7kk9qyl1j4446hb6vv3l4s5xca40zb4fzhsh6chm76h11";
sha256 = "13ihbhjgxyn1xvrbppjvnqm199q5fdwrljs0wm16iwyl56kf3wh3";
};
checkInputs = [
@ -28,7 +28,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Communicate with your Coldcard using Python";
homepage = https://github.com/Coldcard/ckcc-protocol;
homepage = "https://github.com/Coldcard/ckcc-protocol";
license = licenses.gpl3;
maintainers = [ maintainers.hkjn ];
};