Commit 378c9eb4 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.pynws: 1.5.1 -> 1.6.0

parent b4dbea19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage rec {
  pname = "pynws";
  version = "1.5.1";
  version = "1.6.0";
  disabled = pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = "MatthewFlamm";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Mq8kYS4p53gdSGF83AkSPecVizoEBbeKvyk7nCsRYdM=";
    hash = "sha256-x56kfnmdVV0Fc7XSI60rrtEl4k3uzpIdZxTofUbkUHU=";
  };

  propagatedBuildInputs = [