python3Packages.pynws: 1.5.1 -> 1.6.0

This commit is contained in:
Martin Weinelt 2023-09-15 14:06:50 +02:00
parent 7e58f67781
commit 36c1e1061f

View file

@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "MatthewFlamm";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-x56kfnmdVV0Fc7XSI60rrtEl4k3uzpIdZxTofUbkUHU=";
};