pythonPackages.typeguard: init at 2.3.1 (#25040)

This commit is contained in:
obadz
2017-04-21 21:20:49 +01:00
committed by GitHub
parent c6b3c66277
commit dbb06ea3d2
2 changed files with 40 additions and 1 deletions

View File

@@ -23151,6 +23151,8 @@ in {
};
};
typeguard = callPackage ../development/python-modules/typeguard { };
ruamel_yaml = buildPythonPackage rec {
name = "ruamel.yaml-${version}";
version = "0.13.7";
@@ -23178,7 +23180,6 @@ in {
runsnakerun = buildPythonPackage rec {
name = "runsnakerun-2.0.4";
src = pkgs.fetchurl {
url = "mirror://pypi/R/RunSnakeRun/RunSnakeRun-2.0.4.tar.gz";
sha256 = "61d03a13f1dcb3c1829f5a146da1fe0cc0e27947558a51e848b6d469902815ef";