Skip to content

Commit e5b584b

Browse files
pysolfc: 3.0.0 -> 3.1.0 (#364354)
2 parents 6069757 + 6aa89bd commit e5b584b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/games/pysolfc/default.nix

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

1313
python311Packages.buildPythonApplication rec {
1414
pname = "pysolfc";
15-
version = "3.0.0";
15+
version = "3.1.0";
1616

1717
src = fetchzip {
1818
url = "mirror://sourceforge/pysolfc/PySolFC-${version}.tar.xz";
19-
hash = "sha256-LPOm83K4bdzmmQskmAnSyYpz+5y9ktQAhYCkXpODYKI=";
19+
hash = "sha256-rz4m5KZyxMwi6e9qYDgLG7ANWmVb/Xpp2tljCax+3z8=";
2020
};
2121

2222
cardsets = stdenv.mkDerivation rec {

0 commit comments

Comments
 (0)