python3Packages.pyte: 0.8.1 -> 0.8.2

This commit is contained in:
Jeremy Fleischman 2024-10-08 13:05:48 -05:00
parent 1366d1af8f
commit e235294c0b
No known key found for this signature in database
GPG Key ID: 19319CD8416A642B

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pyte";
version = "0.8.1";
version = "0.8.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "selectel";
repo = pname;
rev = version;
hash = "sha256-gLvsW4ou6bGq9CxT6XdX+r2ViMk7z+aejemrdLwJb3M=";
hash = "sha256-u24ltX/LEteiZ2a/ioKqxV2AZgrFmKOHXmySmw21sLE=";
};
postPatch = ''