Merge pull request #175612 from r-ryantm/auto-update/python310Packages.blocksat-cli

This commit is contained in:
Pavol Rusnak 2022-05-31 17:49:13 +02:00 committed by GitHub
commit 49a2bcc6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "blocksat-cli";
version = "0.4.3";
version = "0.4.4";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-HHalq64pgjobnPwjXMi57OumHxOuf7wjuw0d6arMoAI=";
sha256 = "sha256-btwL8l5UdE9FwWXfuf1OHa8EwXDoFrh8tvOwr1yhyRg=";
};
propagatedBuildInputs = [