3
0
Fork 0
forked from mirrors/nixpkgs

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

python310Packages.python-bsblan: 0.5.7 -> 0.5.8
This commit is contained in:
Mario Rodas 2022-11-27 08:56:18 -05:00 committed by GitHub
commit 9dc2c80146
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.7";
version = "0.5.8";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "liudger";
repo = pname;
rev = "v${version}";
hash = "sha256-eavARej+R8SPNuwX6LOGr43SJi1AuZszThJVG00vKhQ=";
hash = "sha256-pLqX+gbY71OsLflTyDuL4revj5dXol//eTFVy8iT9O4=";
};
nativeBuildInputs = [