python3Packages.nextcord: 3.1.0 -> 3.1.1 (#434702)
This commit is contained in:
commit
4370ccef94
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nextcord";
|
pname = "nextcord";
|
||||||
version = "3.1.0";
|
version = "3.1.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.12";
|
disabled = pythonOlder "3.12";
|
||||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
|||||||
owner = "nextcord";
|
owner = "nextcord";
|
||||||
repo = "nextcord";
|
repo = "nextcord";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-E8vRKH2Xgva7W5qW9kJBWzVfCuSiRyoAyO72mcGvkpg=";
|
hash = "sha256-ex6amnB51Jla5ia2HVaMOZsDOEtgJ8RB1eNTLpXNzSY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user