diff options
| author | Justin Bedo <cu@cua0.org> | 2023-04-06 08:51:55 +1000 |
|---|---|---|
| committer | Justin Bedo <cu@cua0.org> | 2023-04-06 08:51:55 +1000 |
| commit | 2231a9c89a14d92879feafee21cf6bf72523fa11 (patch) | |
| tree | ddaf1b7411f24744449cfd1cd56eac40a4ab5eec /pkgs/development/python-modules/python-string-utils | |
| parent | a9dd7b9e841ac110d30576a5c128255a0088935f (diff) | |
| parent | c2f2239d92f2e7c853ff5b48701d179fec2ea7d4 (diff) | |
Merge remote-tracking branch 'origin/master' into r-updates
Diffstat (limited to 'pkgs/development/python-modules/python-string-utils')
| -rw-r--r-- | pkgs/development/python-modules/python-string-utils/default.nix | 2 |
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"]; |
