Skip to content

Commit

Permalink
python3Packages.udatetime: make patch urls reproducible, update hash
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Oct 17, 2023
1 parent 92120c7 commit 2019021
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/udatetime/default.nix
Expand Up @@ -15,9 +15,11 @@ buildPythonPackage rec {

patches = [
# fix build with python 3.9
# https://github.com/freach/udatetime/pull/33
(fetchpatch {
url = "https://github.com/freach/udatetime/pull/33.patch";
sha256 = "02wm7ivkv1viqn2wflgd10dgpddfqfrwacmrldigb1mwb79n554j";
name = "freach-udatetime-pull-33.patch";
url = "https://github.com/freach/udatetime/compare/75a07891426364f8bf0b44305b00bb1dd90534ae...2cfbc92cb274a80476a45c6c0d387c19e77a9f6e.patch";
sha256 = "pPskJnie+9H3qKqf8X37sxB+CH3lpkj7IYl8HfiuV/4=";
})
];

Expand Down

0 comments on commit 2019021

Please sign in to comment.