python3Packages.ua-parser: fix hash

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes 2022-07-02 08:30:15 +02:00 committed by Robert Schütz
parent 391fab8cb5
commit 5556ee0ed6

View file

@ -16,7 +16,7 @@ buildPythonPackage rec {
repo = "uap-python";
rev = version;
fetchSubmodules = true;
hash = "sha256-CwwVaToy5se5dZ4m1EHn8qgvprK82/Sgpos4lHedIUc=";
hash = "sha256-TtOj1ZL8+4T95AgF9ErvI+0W35WQ23snFhCyCbuRjxM=";
};
patches = [