Skip to content

Commit

Permalink
Merge pull request #237011 from fabaff/nessclient-bump
Browse files Browse the repository at this point in the history
python311Packages.nessclient: 0.10.0 -> 1.0.0
  • Loading branch information
fabaff authored Jun 10, 2023
2 parents d29bc3f + 652e1b5 commit 179d4eb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/python-modules/nessclient/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{ lib
, asynctest
, buildPythonPackage
, click
, fetchFromGitHub
Expand All @@ -11,7 +10,7 @@

buildPythonPackage rec {
pname = "nessclient";
version = "0.10.0";
version = "1.0.0";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -20,7 +19,7 @@ buildPythonPackage rec {
owner = "nickw444";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-zjUYdSHIMCB4cCAsOOQZ9YgmFTskzlTUs5z/xPFt01Q=";
hash = "sha256-UqHXKfS4zF1YhFbNKSVESmsxD0CYJKOmjMOE3blGdI8=";
};

propagatedBuildInputs = [
Expand All @@ -29,7 +28,6 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
asynctest
pytest-asyncio
pytestCheckHook
];
Expand All @@ -41,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python implementation/abstraction of the Ness D8x/D16x Serial Interface ASCII protocol";
homepage = "https://github.com/nickw444/nessclient";
changelog = "https://github.com/nickw444/nessclient/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
Expand Down

0 comments on commit 179d4eb

Please sign in to comment.