summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-string-utils
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2023-03-15 17:35:39 +0100
committerVladimír Čunát <v@cunat.cz>2023-03-15 17:35:39 +0100
commita86610144f60e8a54f12a75f2ca0ad62e2a5b7fa (patch)
treecaa105ad817423bfecfd033ba278371a91760cbf /pkgs/development/python-modules/python-string-utils
parentc34e72182fa2a19a471014b849430b84fdedfb3d (diff)
parent1c52b361a85d4f9e139d5b54fc21df2e1e012285 (diff)
Merge #219444: staging-next 2023-03-04
Diffstat (limited to 'pkgs/development/python-modules/python-string-utils')
-rw-r--r--pkgs/development/python-modules/python-string-utils/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/python-string-utils/default.nix b/pkgs/development/python-modules/python-string-utils/default.nix
index 1185959f0c6f..d0164062b90b 100644
--- a/pkgs/development/python-modules/python-string-utils/default.nix
+++ b/pkgs/development/python-modules/python-string-utils/default.nix
@@ -9,7 +9,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
- sha256 = "sha256-3PkGCwPwdkfApgNAjciwP4B/O1SgXG4Z6xRGAlb6wMs=";
+ hash = "sha256-3PkGCwPwdkfApgNAjciwP4B/O1SgXG4Z6xRGAlb6wMs=";
};
pythonImportsCheck = ["string_utils"];