summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-barcode
diff options
context:
space:
mode:
authorDrew Risinger <10198051+drewrisinger@users.noreply.github.com>2023-03-16 22:30:14 -0700
committerDrew Risinger <10198051+drewrisinger@users.noreply.github.com>2023-03-16 22:30:14 -0700
commitba677684f4584e5dead6aa9afc725508459603c6 (patch)
treed345490481dc52db612e1193b911e37d5aed187e /pkgs/development/python-modules/python-barcode
parentfe56c85a5e7a5b7ac9b6dfbf92a6d706c7c42efa (diff)
parentfff0a29d9342d4384cdf833bd0b90ec89fccc4fb (diff)
Merge branch 'master' into dr-pr-add-mkl-cmake
Diffstat (limited to 'pkgs/development/python-modules/python-barcode')
-rw-r--r--pkgs/development/python-modules/python-barcode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-barcode/default.nix b/pkgs/development/python-modules/python-barcode/default.nix
index dc54f7075fdc..5e97286bd483 100644
--- a/pkgs/development/python-modules/python-barcode/default.nix
+++ b/pkgs/development/python-modules/python-barcode/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-JBs0qlxctqmImIL5QJsBgpA6LF0ZtCGL42Cc271f/fk=";
+ hash = "sha256-JBs0qlxctqmImIL5QJsBgpA6LF0ZtCGL42Cc271f/fk=";
};
propagatedBuildInputs = [