pythonPackages.uuid: init at 1.30
This commit is contained in:
parent
637cc2a35e
commit
3a195dc2ef
|
@ -0,0 +1,16 @@
|
|||
{ lib, stdenv, buildPythonPackage, fetchPypi }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "uuid";
|
||||
version = "1.30";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "0gqrjsm85nnkxkmd1vk8350wqj2cigjflnvcydk084n5980cr1qz";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "UUID object and generation functions (Python 2.3 or higher)";
|
||||
homepage = http://zesty.ca/python/;
|
||||
};
|
||||
}
|
|
@ -17309,6 +17309,8 @@ EOF
|
|||
|
||||
uranium = callPackage ../development/python-modules/uranium { };
|
||||
|
||||
uuid = callPackage ../development/python-modules/uuid { };
|
||||
|
||||
versioneer = callPackage ../development/python-modules/versioneer { };
|
||||
|
||||
vine = callPackage ../development/python-modules/vine { };
|
||||
|
|
Loading…
Reference in New Issue