about summary refs log tree commit diff
path: root/pkgs/development/python-modules/typical
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 01:48:06 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-03 23:59:29 +0100
commit0215034f25d23eb6da0f8006a941ccbfd4d9c355 (patch)
tree98d0592409a5d2ade37c8af19fe2f37f6b042bc1 /pkgs/development/python-modules/typical
parent8afd8d323fe5ed6cfcf38d1cf86e53dad7045d97 (diff)
python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
Diffstat (limited to 'pkgs/development/python-modules/typical')
-rw-r--r--pkgs/development/python-modules/typical/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/typical/default.nix b/pkgs/development/python-modules/typical/default.nix
index 4914e011e9dcb..8554b3ba84504 100644
--- a/pkgs/development/python-modules/typical/default.nix
+++ b/pkgs/development/python-modules/typical/default.nix
@@ -58,7 +58,7 @@ buildPythonPackage rec {
     (fetchpatch {
       name = "switch-to-poetry-core.patch";
       url = "https://github.com/seandstewart/typical/commit/66b3c34f8969b7fb1f684f0603e514405bab0dd7.patch";
-      sha256 = "sha256-c7qJOtHmJRnVEGl+OADB3HpjvMK8aYDD9+0gplOn9pQ=";
+      hash = "sha256-c7qJOtHmJRnVEGl+OADB3HpjvMK8aYDD9+0gplOn9pQ=";
     })
   ];