python3Packages.wat: 0.5.0 -> 0.5.1

This commit is contained in:
Philipp Arras
2025-02-23 22:07:53 +01:00
parent 151a3ffc2e
commit 6c0460d92a
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "wat";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchFromGitHub {
owner = "igrek51";
repo = "wat";
rev = version;
hash = "sha256-oAvweCZxUd3Sd2swjYFL3hZ3szlpVjefYb5apkR9P5U=";
hash = "sha256-I6SKmaSrY/fev2NVcZ2FVTKKS85jmEzw7OzTg3U1MFo=";
};
build-system = [ setuptools ];