mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python312Packages.nethsm: 1.2.0 -> 1.2.1
This commit is contained in:
parent
46784713e5
commit
4ac532ff36
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user