python3Packages.deprecated: 1.2.13 -> 1.2.14

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:28 +02:00
parent 032456462a
commit df6d6c7fc9
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "deprecated";
version = "1.2.13";
version = "1.2.14";
outputs = [ "out" "doc" ];
src = fetchFromGitHub {
owner = "tantale";
repo = "deprecated";
rev = "v${version}";
hash = "sha256-rCDUY/TVmJqhrxDah62lEhqpr05JNZSyiFNTlHvSnmw=";
rev = "refs/tags/v${version}";
hash = "sha256-H5Gp2F/ChMeEH4fSYXIB34syDIzDymfN949ksJnS0k4=";
};
nativeBuildInputs = [