Skip to content

Commit

Permalink
python3Packages.wat: 0.4.4 -> 0.5.0 (#374970)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Jan 19, 2025
2 parents a4afb33 + 50bc4b3 commit f26c1bc
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.4.4";
version = "0.5.0";
pyproject = true;

src = fetchFromGitHub {
owner = "igrek51";
repo = "wat";
rev = version;
hash = "sha256-52ZqLOOWxm3BtF36i9PWnNiWKQi4xjXi8vVw8pXnaVU=";
hash = "sha256-oAvweCZxUd3Sd2swjYFL3hZ3szlpVjefYb5apkR9P5U=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit f26c1bc

Please sign in to comment.