mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #284603 from dotlambda/pywfa-0.5.1
python311Packages.pywfa: fix version in METADATA
This commit is contained in:
commit
cf4b9a2a23
@ -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 New Issue
Block a user