python312Packages.nethsm: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm 2024-08-01 04:59:42 +00:00
parent 46784713e5
commit 4ac532ff36

View File

@ -12,7 +12,7 @@
let
pname = "nethsm";
version = "1.2.0";
version = "1.2.1";
in
buildPythonPackage {
@ -21,7 +21,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-BFdnRHHe/UIusZn1JdV3Fc6W5TtJAMk4e8masEYrqdQ=";
hash = "sha256-EPxGJFCGGl3p3yLlM7NH7xtEVS2woRigKJhL57A0gAE=";
};
propagatedBuildInputs = [