python3Packages.pydemumble: 0.0.1 -> 0.1.2 (#542322)

This commit is contained in:
Peder Bergebakken Sundt
2026-07-16 12:53:23 +00:00
committed by GitHub

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pydemumble";
version = "0.0.1";
version = "0.1.2";
pyproject = true;
src = fetchFromGitHub {
owner = "angr";
repo = "pydemumble";
tag = "v${version}";
hash = "sha256-JAUMTOYGHu64L0zLK2dzf0poHrGGiE29WoAR5kRsR+s=";
hash = "sha256-c6jKnWsB8Do076eiMQXNo0JNCiLNh9iMohEnBAf+YW8=";
fetchSubmodules = true;
};