Skip to content

Commit b7e9d5d

Browse files
committed
python312Packages.i-pi: 2.6.1 -> 3.0
1 parent 30de35a commit b7e9d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/i-pi/default.nix

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

1313
buildPythonPackage rec {
1414
pname = "i-pi";
15-
version = "2.6.1";
15+
version = "3.0";
1616
format = "setuptools";
1717

1818
src = fetchFromGitHub {
1919
owner = "i-pi";
2020
repo = "i-pi";
2121
rev = "refs/tags/v${version}";
22-
sha256 = "sha256-c1bs8ZI/dfDwKx5Df8ndtsDxESQrdbMkvrjfI6b9JTg=";
22+
sha256 = "sha256-SJ0qTwwdIOR1nXs9MV6O1oxJPR6/6H86wscDy/sLc/g=";
2323
};
2424

2525
nativeBuildInputs = [

0 commit comments

Comments
 (0)