python310Packages.bsblan: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm 2022-01-23 01:44:31 +00:00
parent e5f7e0e551
commit db3cc2d36e

View File

@ -16,13 +16,13 @@
buildPythonPackage rec {
pname = "bsblan";
version = "0.4.1";
version = "0.5.0";
src = fetchFromGitHub {
owner = "liudger";
repo = "python-bsblan";
rev = "v.${version}";
sha256 = "0vyg9vsrs34jahlav83qp2djv81p3ks31qz4qh46zdij2nx7l1fv";
sha256 = "1j41y2njnalcsp1vjqwl508yp3ki82lv8108ijz52hprhrq4fffb";
};
propagatedBuildInputs = [