Skip to content

Commit 6aad18a

Browse files
committedJun 25, 2017
pythonPackages.uritools: keep alphabetic order
1 parent 6450a14 commit 6aad18a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/top-level/python-packages.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -24970,6 +24970,8 @@ in {
2497024970
};
2497124971
};
2497224972

24973+
uritools = callPackage ../development/python-modules/uritools { };
24974+
2497324975
traceback2 = buildPythonPackage rec {
2497424976
version = "1.4.0";
2497524977
name = "traceback2-${version}";
@@ -30444,8 +30446,6 @@ EOF
3044430446

3044530447
gensim = callPackage ../development/python-modules/gensim { };
3044630448

30447-
uritools = callPackage ../development/python-modules/uritools { };
30448-
3044930449
});
3045030450

3045130451
in fix' (extends overrides packages)

0 commit comments

Comments
 (0)
Please sign in to comment.