Merge pull request #179516 from r-ryantm/auto-update/python3.10-dremel3dpy

python310Packages.dremel3dpy: 2.0.1 -> 2.1.1
This commit is contained in:
Fabian Affolter 2022-06-29 08:55:21 +02:00 committed by GitHub
commit db496ff979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "dremel3dpy";
version = "2.0.1";
version = "2.1.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+gw7JBr4/u7iaxo6DTiCQGq58eBkp6SYX6Z/Lyv+T90=";
hash = "sha256-ioZwvbdPhO2kY10TqGR427mRUJBUZ5bmpiWVOV92OkI=";
};
propagatedBuildInputs = [