Merge pull request #268439 from r-ryantm/auto-update/python310Packages.pvextractor
python310Packages.pvextractor: 0.3 -> 0.4
This commit is contained in:
commit
6104170b8c
1 changed files with 3 additions and 3 deletions
|
@ -17,15 +17,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pvextractor";
|
||||
version = "0.3";
|
||||
version = "0.4";
|
||||
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "radio-astro-tools";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-HYus2Gk3hzKq+3lJLOJQ+EE6LeO+DrvqLK3NpqrUYeI=";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-TjwoTtoGWU6C6HdFuS+gJj69PUnfchPHs7UjFqwftVQ=";
|
||||
};
|
||||
|
||||
buildInputs = [ pyqt-builder ];
|
||||
|
|
Loading…
Reference in a new issue