python310Packages.arcam-fmj: 1.2.1 -> 1.3.0
Diff: https://github.com/elupus/arcam_fmj/compare/refs/tags/1.2.1...1.3.0 Changelog: https://github.com/elupus/arcam_fmj/releases/tag/1.3.0
This commit is contained in:
parent
fef52d1d7c
commit
ca77e25522
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "arcam-fmj";
|
pname = "arcam-fmj";
|
||||||
version = "1.2.1";
|
version = "1.3.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
|
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||||
owner = "elupus";
|
owner = "elupus";
|
||||||
repo = "arcam_fmj";
|
repo = "arcam_fmj";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-nRInKju3Q4En+SiSl6DOeeTRK56TzKPweoVXsvzs45I=";
|
hash = "sha256-TFZoWni33dzioADpTt50fqwBlZ/rdUergGs3s3d0504=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue