Skip to content

Commit

Permalink
dt-schema: 2020.8.1 -> 2020.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 11, 2020
1 parent b7df523 commit d7f38d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/dt-schema/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

buildPythonPackage rec {
pname = "dtschema";
version = "2020.8.1";
version = "2020.11";

src = fetchPypi {
inherit pname version;
sha256 = "5c98202abb4977aac6a2995a7f4ed2f7e51739db6fd72861d29681f865c27c1b";
sha256 = "ad052d293eadb5b64631bfffac62c496427ad4105e76eef19a5422ba762ee734";
};

nativeBuildInputs = [ setuptools_scm git ];
Expand Down

0 comments on commit d7f38d2

Please sign in to comment.