lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.versioneer: Fix hash

It looks like upstream updated the GitHub release. Diff between the
source from cache and the GitHub release:

--- source-in-cache/_version.py
+++ /nix/store/7z2m4szfp863y9bp1vsffflk22dyw1ci-source/_version.py
@@ -26,7 +26,7 @@
# setup.py/versioneer.py will grep for the variable names, so they must
# each be defined on a line of their own. _version.py will just call
# get_keywords().
- git_refnames = " (HEAD -> master, tag: 0.29)"
+ git_refnames = " (tag: 0.29)"
git_full = "28c613dbef5fce09dc3ba6b1baa811c2d76b2245"
git_date = "2023-07-07 10:50:03 -0400"
keywords = {"refnames": git_refnames, "full": git_full, "date": git_date}

authored by

Andreas Stührk and committed by
Bjørn Forsman
100f28fe 9f13f42b

+1 -1
+1 -1
pkgs/development/python-modules/versioneer/default.nix
··· 17 17 owner = "python-versioneer"; 18 18 repo = "python-versioneer"; 19 19 rev = "refs/tags/${version}"; 20 - hash = "sha256-seYT/v691QB0LUzeI4MraegbNILU3tLO//9UbZIfe+A="; 20 + hash = "sha256-3b7Wfhd24Vym5XCeN/M1832Q1VzvlWi3quTRaZrID2s="; 21 21 }; 22 22 23 23 nativeBuildInputs = [