python311Packages.rich-pixels: fix version string

This commit is contained in:
natsukium
2024-01-25 22:45:24 +09:00
parent 3528c59926
commit 02250c7bd2
@@ -1,6 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
, poetry-core
, pytestCheckHook
, syrupy
@@ -21,6 +22,14 @@ buildPythonPackage rec {
hash = "sha256-fbpnHEfBPWLSYhgETqKbdmmzt7Lu/4oKgetjgNvv04c=";
};
patches = [
(fetchpatch {
name = "fix-version.patch";
url = "https://github.com/darrenburns/rich-pixels/commit/ff1cc3fef789321831f29e9bf282ae6b337eddb2.patch";
hash = "sha256-58ZHBNg1RCuOfuE034qF1SbAgoiWMNlSG3c5pCSLUyI=";
})
];
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook