python310Packages.textual-dev: 1.2.1 -> 1.3.0

This commit is contained in:
R. Ryantm 2023-12-22 17:28:10 +00:00 committed by natsukium
parent 3eccda7f1a
commit 5a59fa5f03
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -15,17 +15,16 @@
buildPythonPackage rec {
pname = "textual-dev";
version = "1.2.1";
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "Textualize";
repo = "textual-dev";
# we use rev instead of tag since upstream doesn't use tags
rev = "6afa9013a42cb18e9105e49d6a56874097f7c812";
hash = "sha256-ef35389ZMU/zih7Se3KkMGECf5o2i5y6up64/1AECas=";
rev = "refs/tags/v${version}";
hash = "sha256-66LcU9xXNWzoYV7ykbbKGO3/0URDu/GN2dmtxu1joqw=";
};
nativeBuildInputs = [