pypi2nix: 2.0.0 -> 2.0.1
This commit is contained in:
parent
418f5506e3
commit
8b323287f2
@ -4,12 +4,13 @@ with python3;
|
|||||||
|
|
||||||
pkgs.buildPythonApplication rec {
|
pkgs.buildPythonApplication rec {
|
||||||
pname = "pypi2nix";
|
pname = "pypi2nix";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
src = pkgs.fetchPypi {
|
src = pkgs.fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0w9z07kdnfs96230jag8xgz4wx337bb3q3bvqxn3r31x8fsmz6rr";
|
sha256 = "138fwd3cznkfa6w3a5s4fbflh88q26hk4grlmq73dcbk06ykf84k";
|
||||||
};
|
};
|
||||||
checkInputs = with pkgs; [ pytest ];
|
checkInputs = with pkgs; [ pytest ];
|
||||||
|
buildInputs = with pkgs; [ setuptools_scm ];
|
||||||
propagatedBuildInputs = with pkgs; [
|
propagatedBuildInputs = with pkgs; [
|
||||||
attrs
|
attrs
|
||||||
click
|
click
|
||||||
|
Loading…
x
Reference in New Issue
Block a user