mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.python-glanceclient: 4.11.0 -> 4.12.0
This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
}:
|
||||
let
|
||||
pname = "python-glanceclient";
|
||||
version = "4.11.0";
|
||||
version = "4.12.0";
|
||||
|
||||
disabledTests = [
|
||||
# Skip tests which require networking.
|
||||
@@ -39,7 +39,7 @@ buildPythonPackage {
|
||||
src = fetchPypi {
|
||||
pname = "python_glanceclient";
|
||||
inherit version;
|
||||
hash = "sha256-XOIRi/50YpNIBZFmF+U3vFsA/UyrP7e7iKT5JTlwVi0=";
|
||||
hash = "sha256-OQVWVzyHNkCa2qPIuoAODZ/BsS4vttaTm43+mZRo9Q8=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user