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
|
let
|
||||||
self = buildPythonPackage rec {
|
self = buildPythonPackage rec {
|
||||||
pname = "calver";
|
pname = "calver";
|
||||||
version = "2025.04.17";
|
version = "2025.10.20";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "di";
|
owner = "di";
|
||||||
repo = "calver";
|
repo = "calver";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-C0l/SThDhA1DnOeMJfuh3d8R606nzyQag+cg7QqvYWY=";
|
hash = "sha256-8CfPQ4uMgKDqMMgutLdsjn/MaAVBJQAp1KqUfxzNMQw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue