about summary refs log tree commit diff
path: root/nixos/modules/system
diff options
context:
space:
mode:
authorAndreas Stührk <andy@yaxi.tech>2023-11-14 17:42:26 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-15 08:34:41 +0100
commit100f28fe3270ed8166eb3ce9f30cf70f3a76d513 (patch)
tree736f3376fb25b20c926338a815ad77bd9ffa866e /nixos/modules/system
parent9f13f42bb66d083c0e3002a3bc800fbc705956c0 (diff)
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}
Diffstat (limited to 'nixos/modules/system')
0 files changed, 0 insertions, 0 deletions