Merge pull request #135037 from fabaff/bump-arcam-fmj
python3Packages.arcam-fmj: 0.10.0 -> 0.11.1
This commit is contained in:
commit
066006167e
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "arcam-fmj";
|
pname = "arcam-fmj";
|
||||||
version = "0.10.0";
|
version = "0.11.1";
|
||||||
|
|
||||||
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 = "sha256-pPPBeOwB2HgyxxMnR5yU3ZwDaJVP0v7/fkeDkeGGhPM=";
|
sha256 = "sha256-Vs32LGRN6kxG8sswvuUwuUbLv9GXuhJeK0CUGoo2EgE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue