Merge pull request #69890 from r-ryantm/auto-update/python3.7-whichcraft
python37Packages.whichcraft: 0.6.0 -> 0.6.1
This commit is contained in:
commit
d82f71fe80
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "whichcraft";
|
||||
version = "0.6.0";
|
||||
version = "0.6.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1614vs0iwm9abina70vgvxaabi8xbz83yxgqfqi1syrzrhaalk6m";
|
||||
sha256 = "11yfkzyplizdgndy34vyd5qlmr1n5mxis3a3svxmx8fnccdvknxc";
|
||||
};
|
||||
|
||||
LC_ALL="en_US.utf-8";
|
||||
|
|
Loading…
Reference in a new issue