mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
Add hawkauthlib v 0.1.1.
This commit is contained in:
parent
45a7852018
commit
f448cff884
@ -4464,6 +4464,18 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
hawkauthlib = buildPythonPackage rec {
|
||||
name = "hawkauthlib-${version}";
|
||||
version = "0.1.1";
|
||||
src = pkgs.fetchgit {
|
||||
url = https://github.com/mozilla-services/hawkauthlib.git;
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "0b3xydii50ifs8qkgbpdlidfs2rzw63f807ahrq9flz90ahf582h";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ requests webob ];
|
||||
};
|
||||
|
||||
hcs_utils = buildPythonPackage rec {
|
||||
name = "hcs_utils-1.5";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user