argparse: 3.1 -> 3.2

This commit is contained in:
R. Ryantm
2025-01-26 00:31:03 +00:00
parent bafca6cbe1
commit be1df66c9d
+2 -2
View File
@@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "argparse";
version = "3.1";
version = "3.2";
src = fetchFromGitHub {
owner = "p-ranav";
repo = "argparse";
rev = "v${version}";
sha256 = "sha256-JH9t/e/6RaSz+3LjmuNBYOy5gJT3zA+Vz4CxuwEXlvA=";
sha256 = "sha256-w4IU8Yr+zPFOo7xR4YMHlqNJcEov4KU/ppDYrgsGlxM=";
};
postPatch = ''