gersemi: 0.17.0 -> 0.17.1

This commit is contained in:
R. Ryantm 2024-12-07 08:20:24 +00:00
parent be4a655cf2
commit 5b52d5397e

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "gersemi";
version = "0.17.0";
version = "0.17.1";
src = fetchFromGitHub {
owner = "BlankSpruce";
repo = "gersemi";
rev = "refs/tags/${version}";
hash = "sha256-t9W27lwNKRFAraynAGEawFb1qCW9/b3RCm/jeb9zJXg=";
tag = version;
hash = "sha256-AphKC50O9ohywLagyQMfk8A6w4Cm0ceHHWSRAWOnoyM=";
};
propagatedBuildInputs = with python3Packages; [