Merge pull request #242042 from r-ryantm/auto-update/python310Packages.python-barcode

python310Packages.python-barcode: 0.14.0 -> 0.15.1

authored by Nick Cao and committed by GitHub 2e363e9f bc4bdbce

+4 -3
+4 -3
pkgs/development/python-modules/python-barcode/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "python-barcode"; 12 - version = "0.14.0"; 12 + version = "0.15.1"; 13 13 format = "setuptools"; 14 14 15 - disabled = pythonOlder "3.6"; 15 + disabled = pythonOlder "3.7"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - hash = "sha256-JBs0qlxctqmImIL5QJsBgpA6LF0ZtCGL42Cc271f/fk="; 19 + hash = "sha256-Oxgl+9sR5ZdGbf9ChrTqmx6GpXcXtZ5WOuZ5cm/IVN4="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [ ··· 45 45 meta = with lib; { 46 46 description = "Create standard barcodes with Python"; 47 47 homepage = "https://github.com/WhyNotHugo/python-barcode"; 48 + changelog = "https://github.com/WhyNotHugo/python-barcode/blob/v${version}/docs/changelog.rst"; 48 49 license = licenses.mit; 49 50 maintainers = with maintainers; [ wolfangaukang ]; 50 51 };