nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.ueberzug: 18.1.9 -> 18.3.1

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/ueberzug/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "ueberzug"; 17 - version = "18.1.9"; 17 + version = "18.3.1"; 18 18 format = "setuptools"; 19 19 20 20 disabled = isPy27; 21 21 22 22 src = fetchPypi { 23 23 inherit pname version; 24 - sha256 = "7ce49f351132c7d1b0f8097f6e4c5635376151ca59318540da3e296e5b21adc3"; 24 + sha256 = "sha256-1Lk4E5YwEq2mUnYbIWDhzz9/CCwfXMJ11/TtJ44ugOk="; 25 25 }; 26 26 27 27 buildInputs = [