python311Packages.vobject: 0.9.6.1 -> 0.9.7

This commit is contained in:
R. Ryantm 2024-03-26 21:56:51 +00:00
parent d50918bc1c
commit 9629f92179
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
{ lib, buildPythonPackage, fetchPypi, isPyPy, python, python-dateutil }:
buildPythonPackage rec {
version = "0.9.6.1";
version = "0.9.7";
format = "setuptools";
pname = "vobject";
src = fetchPypi {
inherit pname version;
sha256 = "96512aec74b90abb71f6b53898dd7fe47300cc940104c4f79148f0671f790101";
sha256 = "sha256-q3J7+B3oiYStpcEfBm8eFkmQPT49fskfHOloFyr9UlY=";
};
disabled = isPyPy;