Merge pull request #92631 from r-ryantm/auto-update/weather

weather: 2.3 -> 2.4
This commit is contained in:
Maximilian Bosch 2020-07-08 00:06:55 +02:00 committed by GitHub
commit 7587132c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pythonPackages }:
stdenv.mkDerivation rec {
version = "2.3";
version = "2.4";
pname = "weather";
src = fetchurl {
url = "http://fungi.yuggoth.org/weather/src/${pname}-${version}.tar.xz";
sha256 = "0inij30prqqcmzjwcmfzjjn0ya5klv18qmajgxipz1jr3lpqs546";
sha256 = "084f0am0s1h6y71wgja9acaaxp0mq6k74b6ad4b5wpk2znwv0rzz";
};
nativeBuildInputs = [ pythonPackages.wrapPython ];