3
0
Fork 0
forked from mirrors/nixpkgs

python36Packages.schedule: 0.3.2 -> 0.5.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-schedule/versions
This commit is contained in:
R. RyanTM 2018-10-23 23:09:40 -07:00 committed by Frederik Rietdijk
parent 5286c61128
commit 0f3a51363f

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "schedule";
version = "0.3.2";
version = "0.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "1h0waw4jd5ql68y5kxb9irwapkbkwfs1w0asvbl24fq5f8czdijm";
sha256 = "0nrkbbmr9k1bqfmv9wg5aslxzkkifcd62fm04n6844nf5mya00qh";
};
buildInputs = [ mock ];