Skip to content

Commit 65346d9

Browse files
authored
i-pi: 3.1.2 -> 3.1.4 (#405761)
2 parents c3fba08 + c2640da commit 65346d9

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
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage rec {
1919
pname = "i-pi";
20-
version = "3.1.2";
20+
version = "3.1.4";
2121
pyproject = true;
2222

2323
src = fetchFromGitHub {
2424
owner = "i-pi";
2525
repo = "i-pi";
2626
tag = "v${version}";
27-
hash = "sha256-OZuPJgcLyxZ+z3U3vraTq4MwgyMkBOHVJxB/y3qd7qw=";
27+
hash = "sha256-qM1DQNHTliYGWtVeYo0KEAg88cdt9GPB9w0pep0erj8=";
2828
};
2929

3030
build-system = [

0 commit comments

Comments
 (0)