Skip to content

Commit 3554e3e

Browse files
committed
python312Packages.pysmart: 1.3.0 -> 1.4.0
1 parent 7208b31 commit 3554e3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/pysmart/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pysmart";
15-
version = "1.3.0";
15+
version = "1.4.0";
1616
format = "pyproject";
1717

1818
disabled = pythonOlder "3.7";
1919

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

2727
postPatch = ''

0 commit comments

Comments
 (0)