3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.dremel3dpy: 2.0.1 -> 2.1.1

This commit is contained in:
R. Ryantm 2022-06-29 05:17:23 +00:00
parent cf0ee81812
commit e1eb35fb79

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 = [