mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
nox: update to 0.0.3
This commit is contained in:
parent
0373eb86f1
commit
7747d535b1
@ -2,12 +2,12 @@
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "nox-${version}";
|
||||
version = "0.0.2";
|
||||
version = "0.0.3";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/n/nix-nox/nix-nox-${version}.tar.gz";
|
||||
sha256 = "1wpxh5fhj8nx4yx4cvmc087cnf4iqwxf7zd7rdh2ln3pgxrjfral";
|
||||
sha256 = "0bbd8nyvxwwz56qp82h3bln960bmpy2lczxr00h2jva1gpz5a964";
|
||||
};
|
||||
|
||||
buildInputs = [ pythonPackages.pbr ];
|
||||
|
Loading…
Reference in New Issue
Block a user