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