python311Packages.pywfa: fix version in METADATA
see https://github.com/kcleal/pywfa/issues/11
This commit is contained in:
parent
ae5c332cbb
commit
1fd10b1d2e
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue