python311Packages.pywfa: fix version in METADATA

see https://github.com/kcleal/pywfa/issues/11
This commit is contained in:
Robert Schütz 2024-01-28 11:52:16 -08:00
parent ae5c332cbb
commit 1fd10b1d2e

View File

@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "kcleal";
repo = "pywfa";
rev = "refs/tags/v${version}";
hash = "sha256-oeVXK9uyH4E98tApKrA7dXifQYb41KuDTAZ40XgAaF8=";
hash = "sha256-TeJ7Jq4LR+I1+zeMeBtHZa9dR+CRJJG5sT99tB227P8=";
};
nativeBuildInputs = [