python310Packages.python-barcode: 0.14.0 -> 0.15.1

This commit is contained in:
R. Ryantm
2023-07-07 11:13:40 +00:00
parent c63bad1618
commit e5f5a9d28a
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "python-barcode";
version = "0.14.0";
version = "0.15.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-JBs0qlxctqmImIL5QJsBgpA6LF0ZtCGL42Cc271f/fk=";
hash = "sha256-Oxgl+9sR5ZdGbf9ChrTqmx6GpXcXtZ5WOuZ5cm/IVN4=";
};
propagatedBuildInputs = [