mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
dt-schema: 2020.12 -> 2021.2.1
This commit is contained in:
parent
63bffaf227
commit
d85cc9d85d
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue