Skip to content

Commit

Permalink
Merge pull request #141080 from fabaff/bump-proxmoxer
Browse files Browse the repository at this point in the history
python3Packages.proxmoxer: 1.1.1 -> 1.2.0
  • Loading branch information
fabaff authored Oct 9, 2021
2 parents 9b59a14 + 4c9f6db commit dd71391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/proxmoxer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "proxmoxer";
version = "1.1.1";
version = "1.2.0";
disabled = pythonOlder "3.6";

src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = version;
sha256 = "09fz8zbxjaly9zqksvq6cqp66plbsyjsmndy4g25ryys45siz1ny";
sha256 = "sha256-ElHocXrazwK+b5vdjYSJAYB4ajs2n+V8koj4QKkdDMQ=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit dd71391

Please sign in to comment.