python3Packages.mitogen: 0.3.0rc1 -> 0.3.0
This commit is contained in:
parent
571aa747d4
commit
17f73e2261
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "mitogen";
|
pname = "mitogen";
|
||||||
version = "0.3.0rc1";
|
version = "0.3.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mitogen-hq";
|
owner = "mitogen-hq";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0hxb41sshybxjyvyarl2axs0v6w53vqxafgfjrmpp5k20z5kapz4";
|
sha256 = "sha256-SotxlsJDIeFd4BN9C7afyyybET5ST2yaoWVEyT/lr48=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests require network access and Docker support
|
# Tests require network access and Docker support
|
||||||
|
|
Loading…
Reference in a new issue