mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
python3Packages.python-watcherclient: 4.9.0 -> 4.10.0 (#497476)
This commit is contained in:
commit
6516455d4f
1 changed files with 2 additions and 2 deletions
|
|
@ -18,14 +18,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-watcherclient";
|
||||
version = "4.9.0";
|
||||
version = "4.10.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "openstack";
|
||||
repo = "python-watcherclient";
|
||||
tag = version;
|
||||
hash = "sha256-ik//J9R9F4SCljexijcfXuSbDgDUNnMTqfpxIPd2Jm8=";
|
||||
hash = "sha256-TYMV55uvTCvHKj5w5QA2zRqVr6pXCXh2Oc07Yo7epjs=";
|
||||
};
|
||||
|
||||
env.PBR_VERSION = version;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue