summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-barcode
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-04-06 08:51:55 +1000
committerJustin Bedo <cu@cua0.org>2023-04-06 08:51:55 +1000
commit2231a9c89a14d92879feafee21cf6bf72523fa11 (patch)
treeddaf1b7411f24744449cfd1cd56eac40a4ab5eec /pkgs/development/python-modules/python-barcode
parenta9dd7b9e841ac110d30576a5c128255a0088935f (diff)
parentc2f2239d92f2e7c853ff5b48701d179fec2ea7d4 (diff)
Merge remote-tracking branch 'origin/master' into r-updates
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 = [