pysolfc: 2.20.1 -> 2.21.0
Additional idiomatic changes: - Use lowercase package name - Use mirror source links Co-authored-by: Robert Schütz <github@dotlambda.de>
This commit is contained in:
parent
0302e47841
commit
ea67eb2078
1 changed files with 6 additions and 6 deletions
|
@ -7,21 +7,21 @@
|
|||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
pname = "PySolFC";
|
||||
version = "2.20.1";
|
||||
pname = "pysolfc";
|
||||
version = "2.21.0";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC/PySolFC-${version}/PySolFC-${version}.tar.xz";
|
||||
hash = "sha256-mEnsq8Su0ses+nqoSFC+Wr0MHY7aTDMbtDV8toYVNPY=";
|
||||
url = "mirror://sourceforge/pysolfc/PySolFC-${version}.tar.xz";
|
||||
hash = "sha256-Deye7KML5G6RZkth2veVgPOWZI8gnusEvszlrPTAhag=";
|
||||
};
|
||||
|
||||
cardsets = fetchzip {
|
||||
url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySolFC-Cardsets/PySolFC-Cardsets-2.2/PySolFC-Cardsets-2.2.tar.bz2";
|
||||
url = "mirror://sourceforge/pysolfc/PySolFC-Cardsets-2.2.tar.bz2";
|
||||
hash = "sha256-mWJ0l9rvn9KeZ9rCWy7VjngJzJtSQSmG8zGcYFE4yM0=";
|
||||
};
|
||||
|
||||
music = fetchzip {
|
||||
url = "https://versaweb.dl.sourceforge.net/project/pysolfc/PySol-Music/PySol-Music-4.50/pysol-music-4.50.tar.xz";
|
||||
url = "mirror://sourceforge/pysolfc/pysol-music-4.50.tar.xz";
|
||||
hash = "sha256-sOl5U98aIorrQHJRy34s0HHaSW8hMUE7q84FMQAj5Yg=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue