1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00

Merge pull request #248495 from fabaff/pynws-bump

python310Packages.pynws: 1.5.0 -> 1.5.1
This commit is contained in:
Fabian Affolter 2023-08-11 18:01:10 +02:00 committed by GitHub
commit a41ac7b109
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "pynws";
version = "1.5.0";
version = "1.5.1";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "MatthewFlamm";
repo = pname;
rev = "v${version}";
hash = "sha256-UGwK7HasDAPw3edQUdrzWOmrbbM9l5R1BVw3M+FNm1s=";
hash = "sha256-Mq8kYS4p53gdSGF83AkSPecVizoEBbeKvyk7nCsRYdM=";
};
propagatedBuildInputs = [