lol

python312Packages.python-barbicanclient: 7.0.0 -> 7.1.0

Diff: https://github.com/openstack/python-barbicanclient/compare/7.0.0...7.1.0

+3 -3
+3 -3
pkgs/development/python-modules/python-barbicanclient/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "python-barbicanclient"; 23 - version = "7.0.0"; 23 + version = "7.1.0"; 24 24 pyproject = true; 25 25 26 - disabled = pythonOlder "3.8"; 26 + disabled = pythonOlder "3.9"; 27 27 28 28 src = fetchFromGitea { 29 29 domain = "opendev.org"; 30 30 owner = "openstack"; 31 31 repo = "python-barbicanclient"; 32 32 rev = version; 33 - hash = "sha256-odoYyBulOQkjUpymFyZgvI+DYmdHJY3PaG8hh2ms+/0="; 33 + hash = "sha256-VEK3MDuvciF4hpyNKTKWX2v3pSCcVi+YGgSKCLaWAuI="; 34 34 }; 35 35 36 36 env.PBR_VERSION = version;