]> git.scottworley.com Git - pinch/commitdiff
fallback git-cache 1.4.3 -> 1.5.0 for "git_ref = tag <tag>" support
authorScott Worley <scottworley@scottworley.com>
Sat, 29 Jun 2024 07:00:54 +0000 (00:00 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 29 Jun 2024 07:04:39 +0000 (00:04 -0700)
Changelog
default.nix

index 28c4400e08499665294c8bbe38f6037f6cad9490..d4bf78c13ec4f022791ca6c3c05a30313cf2632a 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,5 @@
 ## [Unreleased]
 ## [Unreleased]
+- Bump git-cache dep to 1.5.0 for "git_ref = tag <tag>" support
 
 
 ## [3.0.15] - 2024-03-21
 
 
 ## [3.0.15] - 2024-03-21
index c11b3a9724e3c43aab8eacf8445967ea93bc6602..27b2dd99b2e4057fcfadb5784b869d34b1d4dbc5 100644 (file)
@@ -9,11 +9,11 @@ let
   git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }:
     buildPythonPackage rec {
       pname = "git-cache";
   git-cache-fallback = { buildPythonPackage, fetchgit, git, backoff, mypy, }:
     buildPythonPackage rec {
       pname = "git-cache";
-      version = "1.4.3";
+      version = "1.5.0";
       src = fetchgit {
         url = "https://git.scottworley.com/pub/git/git-cache";
         rev = "v${version}";
       src = fetchgit {
         url = "https://git.scottworley.com/pub/git/git-cache";
         rev = "v${version}";
-        hash = "sha256-Qr62bGdlFFkzYTl6ot34UiOJxbP1Eeelx2OEd96vrqI=";
+        hash = "sha256-g4TS/zX3e29Q3ThsCAX2wLLlYbi8fdux5uqAc+b/Oww=";
       };
       propagatedBuildInputs = [ backoff ];
       "${checkInputsName}" = [ git mypy ];
       };
       propagatedBuildInputs = [ backoff ];
       "${checkInputsName}" = [ git mypy ];