pysolfc: 3.0.0 -> 3.1.0

This commit is contained in:
R. Ryantm
2024-12-11 20:39:35 +00:00
parent 21e39e915f
commit 6aa89bdaf1
+2 -2
View File
@@ -12,11 +12,11 @@
python311Packages.buildPythonApplication rec {
pname = "pysolfc";
version = "3.0.0";
version = "3.1.0";
src = fetchzip {
url = "mirror://sourceforge/pysolfc/PySolFC-${version}.tar.xz";
hash = "sha256-LPOm83K4bdzmmQskmAnSyYpz+5y9ktQAhYCkXpODYKI=";
hash = "sha256-rz4m5KZyxMwi6e9qYDgLG7ANWmVb/Xpp2tljCax+3z8=";
};
cardsets = stdenv.mkDerivation rec {