python312Packages.apollo-fpga: 1.1.0 -> 1.1.1 (#358636)

This commit is contained in:
Nick Cao 2024-11-24 08:25:11 -05:00 committed by GitHub
commit 594d2c2ae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "apollo-fpga";
version = "1.1.0";
version = "1.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "greatscottgadgets";
repo = "apollo";
rev = "refs/tags/v${version}";
hash = "sha256-9BoHGdqjnWkP83zXdjzyoAhYB6n7SJ/zlr8pvqb+9kg=";
hash = "sha256-EDI+bRDePEbkxfQKuDgRsJtlAE0jqcIoQHjpgW0jIoY=";
};
postPatch = ''