Merge pull request #266613 from wegank/udatetime-patch

python311Packages.udatetime: fix build

authored by Fabian Affolter and committed by GitHub 9a0c85ff b5d130f6

-11
-11
pkgs/development/python-modules/udatetime/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , fetchpatch 5 }: 6 7 buildPythonPackage rec { ··· 12 inherit pname version; 13 hash = "sha256-sQvFVwaZpDinLitaZOdr2MKO4779FvIJOHpVB/oLgwE="; 14 }; 15 - 16 - patches = [ 17 - # fix build with python 3.9 18 - # https://github.com/freach/udatetime/pull/33 19 - (fetchpatch { 20 - name = "freach-udatetime-pull-33.patch"; 21 - url = "https://github.com/freach/udatetime/compare/75a07891426364f8bf0b44305b00bb1dd90534ae...2cfbc92cb274a80476a45c6c0d387c19e77a9f6e.patch"; 22 - sha256 = "pPskJnie+9H3qKqf8X37sxB+CH3lpkj7IYl8HfiuV/4="; 23 - }) 24 - ]; 25 26 # tests not included on pypi 27 doCheck = false;
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 }: 5 6 buildPythonPackage rec { ··· 11 inherit pname version; 12 hash = "sha256-sQvFVwaZpDinLitaZOdr2MKO4779FvIJOHpVB/oLgwE="; 13 }; 14 15 # tests not included on pypi 16 doCheck = false;