Merge pull request #107955 from r-ryantm/auto-update/python3.7-pyclipper
python37Packages.pyclipper: 1.2.0 -> 1.2.1
This commit is contained in:
commit
fd2f922ec0
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyclipper";
|
||||
version = "1.2.0";
|
||||
version = "1.2.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
extension = "zip";
|
||||
sha256 = "0irs5sn6ldpg70630nfndghjnpxv8jldk61zyczfzp1jcz53b43s";
|
||||
sha256 = "ca3751e93559f0438969c46f17459d07f983281dac170c3479de56492e152855";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue