lol

python3Packages.osc: 1.9.1 -> 1.19.1 (#437405)

authored by

Peter Simons and committed by
GitHub
bf8deab9 6024b4aa

+2 -2
+2 -2
pkgs/development/python-modules/osc/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "osc"; 15 - version = "1.9.1"; 15 + version = "1.19.1"; 16 16 format = "setuptools"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "openSUSE"; 20 20 repo = "osc"; 21 21 rev = version; 22 - hash = "sha256-03EDarU7rmsiE96IYHXFuPtD8nWur0qwj8NDzSj8OX0="; 22 + hash = "sha256-klPO873FwQOf4DCTuDd86vmGLI4ep9xgS6c+HasJv0Q="; 23 23 }; 24 24 25 25 buildInputs = [ bashInteractive ]; # needed for bash-completion helper