Merge pull request #335414 from r-ryantm/auto-update/python312Packages.pybravia

python312Packages.pybravia: 0.3.3 -> 0.3.4
This commit is contained in:
Nick Cao 2024-08-17 14:38:40 -04:00 committed by GitHub
commit 3093889ae8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pybravia";
version = "0.3.3";
version = "0.3.4";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,8 +17,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Drafteed";
repo = pname;
rev = "v${version}";
hash = "sha256-Ux9EereKKbgaVQORliW6J5FSBlytLM+m4PVFBk+OW6k=";
rev = "refs/tags/v${version}";
hash = "sha256-1LfYEVclRneU3eD52kvzjLYyGdzYSWVDQ5EADOviglw=";
};
nativeBuildInputs = [ poetry-core ];