nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

pysolfc: 3.2.0 -> 3.4.0 (#418634)

authored by

Wolfgang Walther and committed by
GitHub
29837033 e1d72c73

+4 -4
+4 -4
pkgs/by-name/py/pysolfc/package.nix
··· 12 12 13 13 python3Packages.buildPythonApplication rec { 14 14 pname = "pysolfc"; 15 - version = "3.2.0"; 15 + version = "3.4.0"; 16 16 17 17 src = fetchzip { 18 18 url = "mirror://sourceforge/pysolfc/PySolFC-${version}.tar.xz"; 19 - hash = "sha256-0Thvg9sNNXkF0GJ03A4qt3yobezVtBsGT4U4Nd44Ftg="; 19 + hash = "sha256-xMZaRW6NDrKfBaWEZNcvZD/OPOcpL83WLvI8vEK9NFw="; 20 20 }; 21 21 22 22 cardsets = stdenv.mkDerivation rec { 23 23 pname = "pysol-cardsets"; 24 - version = "3.0"; 24 + version = "3.1"; 25 25 26 26 src = fetchzip { 27 27 url = "mirror://sourceforge/pysolfc/PySolFC-Cardsets-${version}.tar.bz2"; 28 - hash = "sha256-UP0dQjoZJg+iSKVOrWbkLj1KCzMWws8ZBVSBLly1a/Y="; 28 + hash = "sha256-NyCnMlMZ6d5+IiyG4cVn/zlDlArLJSs0dIqZiD7Nv4M="; 29 29 }; 30 30 31 31 installPhase = ''