Skip to content

Commit

Permalink
python312Packages.pysmart: 1.3.0 -> 1.4.0 (#368224)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 7298e13 + 3554e3e commit 4e4d34a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pysmart/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildPythonPackage rec {
pname = "pysmart";
version = "1.3.0";
version = "1.4.0";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "truenas";
repo = "py-SMART";
rev = "refs/tags/v${version}";
hash = "sha256-1k+5XnIT/AfZmzKUxkyU/uc0eW05CvugpY6OdJCoALc=";
tag = "v${version}";
hash = "sha256-gsMFJbh2I64W1CDbwu9HUHjzS2pxsw91nD3lOYlBUEY=";
};

postPatch = ''
Expand Down

0 comments on commit 4e4d34a

Please sign in to comment.