forked from mirrors/nixpkgs
python36Packages.ezdxf: 0.8.1 -> 0.8.8
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.6-ezdxf/versions
This commit is contained in:
parent
835043a6f6
commit
fe7c001cbc
|
@ -1,14 +1,14 @@
|
||||||
{ stdenv, buildPythonPackage, fetchFromGitHub, pyparsing, pytest }:
|
{ stdenv, buildPythonPackage, fetchFromGitHub, pyparsing, pytest }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.8.1";
|
version = "0.8.8";
|
||||||
pname = "ezdxf";
|
pname = "ezdxf";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mozman";
|
owner = "mozman";
|
||||||
repo = "ezdxf";
|
repo = "ezdxf";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1c20j96n3rsgzaakfjl0wnydaj2qr69gbnnjs6mfa1hz2fjqri22";
|
sha256 = "0ap6f6vy71s3y0a048r5ca98i7p8nc9l0mx3mngvvpvjij7j3fcf";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
buildInputs = [ pytest ];
|
||||||
|
|
Loading…
Reference in a new issue