python311Packages.vine: 5.0.0 -> 5.1.0

This commit is contained in:
Fabian Affolter
2023-11-05 11:16:49 +01:00
parent 81baa4d39b
commit ae67f27811
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "vine";
version = "5.0.0";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-fTsWJKlT2oLvY0YgE7vScdPrdXUUifmAdZjo80C9Y34=";
hash = "sha256-i2LpgdNcQQSSEc9ioKEkLYwe6b0Vuxls44rv1nmeYeA=";
};
nativeCheckInputs = [