From 608fbce9f9be25f5f770b618b210864f47b5f4b1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 13 Jun 2023 10:18:56 -0400 Subject: [PATCH] match the source tarball hash --- nix/pyopenssl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pyopenssl.nix b/nix/pyopenssl.nix index 14155491c..e2a23f38c 100644 --- a/nix/pyopenssl.nix +++ b/nix/pyopenssl.nix @@ -4,7 +4,7 @@ pyopenssl.overrideAttrs (old: rec { version = "23.2.0"; src = fetchPypi { inherit pname version; - sha256 = "1qgarxcmlrrrlyjnsry47lz04z8bviy7rrlbbp9874kdj799rckc"; + sha256 = "J2+TH1WkUufeppxxc+mE6ypEB85BPJGKo0tV+C+bi6w="; }; # Building the docs requires sphinx which brings in a dependency on babel, # the test suite of which fails.