python37Packages.whichcraft: 0.5.2 -> 0.6.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.7-whichcraft/versions
This commit is contained in:
R. RyanTM 2019-07-16 06:47:02 -07:00 committed by Frederik Rietdijk
parent dcc38411e7
commit 76e53a96ec

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "whichcraft";
version = "0.5.2";
version = "0.6.0";
src = fetchPypi {
inherit pname version;
sha256 = "fecddd531f237ffc5db8b215409afb18fa30300699064cca4817521b4fc81815";
sha256 = "1614vs0iwm9abina70vgvxaabi8xbz83yxgqfqi1syrzrhaalk6m";
};
LC_ALL="en_US.utf-8";