Merge pull request #224207 from fabaff/python-bsblan-bump

python310Packages.python-bsblan: 0.5.10 -> 0.5.11
This commit is contained in:
Nick Cao 2023-04-01 21:54:29 +08:00 committed by GitHub
commit 28addd0f42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "python-bsblan";
version = "0.5.10";
version = "0.5.11";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "liudger";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-VOi3v5SPHHx+qgqQmbIcC+APAks9CPklFAlCmHRM1iQ=";
hash = "sha256-fTjeJZhKPFi0cxZStegVdq7a48rQ236DnnCGngwZ5GU=";
};
nativeBuildInputs = [