nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python311Packages.python-bsblan: 0.5.15 -> 0.5.16

Diff: https://github.com/liudger/python-bsblan/compare/refs/tags/v0.5.15...v0.5.16

Changelog: https://github.com/liudger/python-bsblan/releases/tag/v0.5.16

authored by

Fabian Affolter and committed by
Martin Weinelt
9187dc14 f3cf0585

+2 -2
+2 -2
pkgs/development/python-modules/python-bsblan/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "python-bsblan"; 19 - version = "0.5.15"; 19 + version = "0.5.16"; 20 20 format = "pyproject"; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "liudger"; 26 26 repo = pname; 27 27 rev = "refs/tags/v${version}"; 28 - hash = "sha256-PNgv3QXl3iyDX0KOn1egQrt6D64i3eCUyCPtXe94y0U="; 28 + hash = "sha256-m80lnNd1ANddV0d/w3S7+QWzIPRklDZsWMO2g1hgEoQ="; 29 29 }; 30 30 31 31 postPatch = ''