diff options
| author | Yohann Boniface <edhyjox@gmail.com> | 2025-08-10 23:39:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-10 23:39:38 +0200 |
| commit | 59842615d6bb8d7caa080e15fc4b5476f02ee4e3 (patch) | |
| tree | def2ee538de978c19b0078b8c913393d212f7208 | |
| parent | gremlin-console: 3.7.3 -> 3.7.4 (#432140) (diff) | |
| parent | python3Packages.axisregistry: 0.4.12 -> 0.4.16 (diff) | |
| download | nixpkgs-59842615d6bb8d7caa080e15fc4b5476f02ee4e3.tar.gz | |
python3Packages.axisregistry: 0.4.12 -> 0.4.16 (#430701)
| -rw-r--r-- | pkgs/development/python-modules/axisregistry/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/axisregistry/default.nix b/pkgs/development/python-modules/axisregistry/default.nix index fe5efc40c7fe..e9cb74745b95 100644 --- a/pkgs/development/python-modules/axisregistry/default.nix +++ b/pkgs/development/python-modules/axisregistry/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "axisregistry"; - version = "0.4.12"; + version = "0.4.16"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-d60VbzlDiAL+J8sCE0sp2RgB02WGrigqcdzqW55ex1s="; + hash = "sha256-eohwtlFSTuttPv0PsOy1uezGT1NNlwm8ZunVJd1a9zo="; }; # Relax the dependency on protobuf 3. Other packages in the Google Fonts |
