1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python3Packages.heatshrink2: 0.12.0 -> 0.13.0 (#355772)

This commit is contained in:
Pavol Rusnak 2024-11-15 10:18:31 +01:00 committed by GitHub
commit 565a4742c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "heatshrink2";
version = "0.12.0";
version = "0.13.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
repo = "pyheatshrink";
rev = "refs/tags/${version}";
fetchSubmodules = true;
hash = "sha256-JthHYq78SYr49+sTNtLZ8GjtrHcr1dzXcPskTrb4M3o=";
hash = "sha256-gspMd3Fyxe2/GhZYdKjVcZXRlslay3jO4jZuVG79G44=";
};
pythonImportsCheck = [ "heatshrink2" ];