python3Packages.arcam-fmj: 0.7.0 -> 0.10.0

This commit is contained in:
Fabian Affolter 2021-08-09 08:25:41 +02:00
parent 781482a3cd
commit e63d487cd8

View file

@ -12,7 +12,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "arcam-fmj"; pname = "arcam-fmj";
version = "0.7.0"; version = "0.10.0";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "elupus"; owner = "elupus";
repo = "arcam_fmj"; repo = "arcam_fmj";
rev = version; rev = version;
sha256 = "0y4wvvbcsizjd9qz6iw4gjhq5qf0qcqs27hpx1cd90vhy6rclxm0"; sha256 = "sha256-pPPBeOwB2HgyxxMnR5yU3ZwDaJVP0v7/fkeDkeGGhPM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [