python27Packages.pid: 2.2.5 -> 3.0.0
This commit is contained in:
parent
1f00ff162f
commit
7336a5de11
@ -6,11 +6,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pid";
|
||||
version = "2.2.5";
|
||||
version = "3.0.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "96eb7dba326b88f5164bc1afdc986c7793e0d32d7f62366256a3903c7b0614ef";
|
||||
sha256 = "0pdp8h1m4brxalcsmzzzmjj66vj98g6wigwmcdj5sf8p7insklgn";
|
||||
};
|
||||
|
||||
buildInputs = [ nose ];
|
||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Pidfile featuring stale detection and file-locking";
|
||||
homepage = https://github.com/trbs/pid/;
|
||||
homepage = "https://github.com/trbs/pid/";
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user