mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
python3Packages.calver: 2025.04.17 -> 2025.10.20
Diff: https://github.com/di/calver/compare/2025.04.17...2025.10.20 Changelog: https://github.com/di/calver/releases/tag/2025.10.20
This commit is contained in:
parent
cce16dbcfb
commit
6e4bfd4502
|
|
@ -10,14 +10,14 @@
|
|||
let
|
||||
self = buildPythonPackage rec {
|
||||
pname = "calver";
|
||||
version = "2025.04.17";
|
||||
version = "2025.10.20";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "di";
|
||||
repo = "calver";
|
||||
tag = version;
|
||||
hash = "sha256-C0l/SThDhA1DnOeMJfuh3d8R606nzyQag+cg7QqvYWY=";
|
||||
hash = "sha256-8CfPQ4uMgKDqMMgutLdsjn/MaAVBJQAp1KqUfxzNMQw=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue