Merge pull request #204941 from r-ryantm/auto-update/python310Packages.gamble
python310Packages.gamble: 0.10 -> 0.11
This commit is contained in:
commit
577f6a43e1
1 changed files with 6 additions and 3 deletions
|
@ -7,12 +7,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gamble";
|
pname = "gamble";
|
||||||
version = "0.10";
|
version = "0.11";
|
||||||
disabled = pythonOlder "3.6";
|
format = "setuptools";
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1lb5x076blnnz2hj7k92pyq0drbjwsls6pmnabpvyvs4ddhz5w9w";
|
hash = "sha256-zsEBqhKidgO1e0lpKhw+LY75I2Df+IefNLaSkBBFKFU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
@ -26,6 +28,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Collection of gambling classes/tools";
|
description = "Collection of gambling classes/tools";
|
||||||
homepage = "https://github.com/jpetrucciani/gamble";
|
homepage = "https://github.com/jpetrucciani/gamble";
|
||||||
|
changelog = "https://github.com/jpetrucciani/gamble/releases/tag/${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ jpetrucciani ];
|
maintainers = with maintainers; [ jpetrucciani ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue