python3Packages.hiro: 0.5.1 -> 1.1.1

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:23 +01:00
parent 807de17ee7
commit 0c0218da74

View File

@ -1,11 +1,11 @@
{ lib, buildPythonPackage, fetchPypi, six, mock }:
buildPythonPackage rec {
pname = "hiro";
version = "0.5.1";
version = "1.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "d10e3b7f27b36673b4fa1283cd38d610326ba1ff1291260d0275152f15ae4bc7";
sha256 = "sha256-2jM5rx3JpZTMqdycccclJysuMGYE5F0OBXXNE8X5XWg=";
};
propagatedBuildInputs = [ six mock ];