Merge pull request #268468 from r-ryantm/auto-update/python310Packages.floret

python310Packages.floret: 0.10.4 -> 0.10.5
This commit is contained in:
Nick Cao 2023-11-19 11:07:00 -05:00 committed by GitHub
commit 0b657f6740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "floret";
version = "0.10.4";
version = "0.10.5";
pyproject = true;
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "explosion";
repo = "floret";
rev = "refs/tags/v${version}";
hash = "sha256-cOVyvRwprR7SvZjH4rtDK8uifv6+JGyRR7XYzOP5NLk=";
hash = "sha256-7vkw6H0ZQoHEwNusY6QWh/vPbSCdP1ZaaqABHsZH6hQ=";
};
nativeBuildInputs = [