match the source tarball hash

This commit is contained in:
Jean-Paul Calderone 2023-06-13 10:18:56 -04:00
parent e5b6049329
commit 608fbce9f9

@ -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.