Merge pull request #112999 from r-ryantm/auto-update/python3.8-dtschema

dt-schema: 2020.12 -> 2021.2.1
This commit is contained in:
Mario Rodas 2021-02-23 20:44:25 -05:00 committed by GitHub
commit 11bb2521b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "dtschema";
version = "2020.12";
version = "2021.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "01de2598075909f2afb2d45277d0358645066f5bbb1770fca5f1d6f399846924";
sha256 = "d9f88f069068dc5dc7e895785d7172d260cbbc34cab3b52704b20e89b80c6de8";
};
nativeBuildInputs = [ setuptools_scm git ];