python3Packages.axisregistry: 0.4.12 -> 0.4.16 (#430701)

authored by Yohann Boniface and committed by GitHub 59842615 5cd56c7b

+2 -2
+2 -2
pkgs/development/python-modules/axisregistry/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "axisregistry"; 14 - version = "0.4.12"; 14 + version = "0.4.16"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-d60VbzlDiAL+J8sCE0sp2RgB02WGrigqcdzqW55ex1s="; 21 + hash = "sha256-eohwtlFSTuttPv0PsOy1uezGT1NNlwm8ZunVJd1a9zo="; 22 22 }; 23 23 24 24 # Relax the dependency on protobuf 3. Other packages in the Google Fonts