Skip to content

Commit

Permalink
python3Packages.wat: 0.3.0 -> 0.4.3 (#370381)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Jan 3, 2025
2 parents 4491046 + 33510a9 commit 00a4aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/wat/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "wat";
version = "0.3.0";
version = "0.4.3";
pyproject = true;

src = fetchFromGitHub {
owner = "igrek51";
repo = "wat";
rev = version;
hash = "sha256-WCMMj4KtfWOp6LsS4XHD/M/iepstVasHknEvEUTMMM8=";
hash = "sha256-AiCu62Kemlziv7whFmXwsumJSAFxLWPkwm4gFh1IGko=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 00a4aad

Please sign in to comment.